Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory issues with search index generation. #12768

Closed
sean1588 opened this issue Sep 12, 2024 · 2 comments · Fixed by #12769 or #12809
Closed

Memory issues with search index generation. #12768

sean1588 opened this issue Sep 12, 2024 · 2 comments · Fixed by #12769 or #12809
Assignees
Labels
area/docs Improvements or additions to documentation docs-ops kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Milestone

Comments

@sean1588
Copy link
Member

sean1588 commented Sep 12, 2024

We are running into memory issues when generating the search index to upload to algolia. This is currently blocking the publishing process of the pipeline until we get a resolution in place.

update: I merged a temporary workaround to get things unblocked by disabling the search index generation until we get this resolved.

https://github.com/pulumi/docs/actions/runs/10821048715/job/30023335024#step:8:751

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
 1: 0xb9c1f0 node::Abort() [node]
 2: 0xaa27ee  [node]
 3: 0xd73950 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
 4: 0xd73cf7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
 5: 0xf51075  [node]
 6: 0xf6354d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
 7: 0xf3dc3e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
 8: 0xf3f007 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
 9: 0xf2020a v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
10: 0x12e543f v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
11: 0x17120b9  [node]
@sean1588 sean1588 added area/docs Improvements or additions to documentation docs-ops p1 A bug severe enough to be the next item assigned to an engineer labels Sep 12, 2024
@sean1588 sean1588 self-assigned this Sep 12, 2024
@github-actions github-actions bot added the needs-triage Needs attention from the triage team label Sep 12, 2024
@github-project-automation github-project-automation bot moved this to 🤔 Triage in Docs 📚 Sep 12, 2024
@sean1588 sean1588 added p0 A bug severe enough to interrupt existing work p1 A bug severe enough to be the next item assigned to an engineer and removed needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer p0 A bug severe enough to interrupt existing work labels Sep 12, 2024
@github-project-automation github-project-automation bot moved this from 🤔 Triage to 🏁 Done in Docs 📚 Sep 12, 2024
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Sep 12, 2024
@pulumi-bot
Copy link
Collaborator

Cannot close issue:

  • does not have required labels: kind/

Please fix these problems and try again.

@pulumi-bot pulumi-bot reopened this Sep 12, 2024
@github-actions github-actions bot added the needs-triage Needs attention from the triage team label Sep 12, 2024
@sean1588 sean1588 removed the resolution/fixed This issue was fixed label Sep 12, 2024
@sean1588 sean1588 changed the title Memory issues blocking publishing pipeline Memory issues with search index generation. Sep 12, 2024
@sean1588
Copy link
Member Author

I merged a temporary workaround to get things unblockd by disabling the search index generation until we get this resolved.

@interurban interurban removed the needs-triage Needs attention from the triage team label Sep 18, 2024
@interurban interurban added this to the 0.110 milestone Sep 18, 2024
@sean1588 sean1588 added kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation docs-ops kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
Status: 🏁 Done
3 participants