You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/21 13:01:12 UTC

[GitHub] [pulsar] hangc0276 opened a new pull request #12116: [WebSite]Increase website build memory

hangc0276 opened a new pull request #12116:
URL: https://github.com/apache/pulsar/pull/12116


   ### Motivation
   The website build failed by js OOM
   ```
   2021-09-21T12:19:12.6116189Z [BABEL] Note: The code generator has deoptimised the styling of /pulsar/site2/website/node_modules/docusaurus/lib/core/metadata.js as it exceeds the max of 500KB.
   2021-09-21T12:19:42.8916075Z 
   2021-09-21T12:19:42.8929409Z <--- Last few GCs --->
   2021-09-21T12:19:42.8929752Z 
   2021-09-21T12:19:42.8930962Z [1659:0x51a7d00]   188975 ms: Mark-sweep (reduce) 2034.5 (2050.8) -> 2033.9 (2052.6) MB, 2855.8 / 0.0 ms  (average mu = 0.088, current mu = 0.001) allocation failure scavenge might not succeed
   2021-09-21T12:19:42.8939667Z 
   2021-09-21T12:19:42.8940242Z 
   2021-09-21T12:19:42.8942348Z <--- JS stacktrace --->
   2021-09-21T12:19:42.8944881Z 
   2021-09-21T12:19:42.8947877Z FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
   2021-09-21T12:19:42.8949798Z  1: 0xa25510 node::Abort() [/usr/bin/node]
   2021-09-21T12:19:42.8952964Z  2: 0x9664d3 node::FatalError(char const*, char const*) [/usr/bin/node]
   2021-09-21T12:19:42.8953981Z  3: 0xb9a8ee v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
   2021-09-21T12:19:42.8955393Z  4: 0xb9ac67 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/bin/node]
   2021-09-21T12:19:42.8957640Z  5: 0xd56cd5  [/usr/bin/node]
   2021-09-21T12:19:42.8958145Z  6: 0xd5785f  [/usr/bin/node]
   2021-09-21T12:19:42.8964881Z  7: 0xd6569b v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/bin/node]
   2021-09-21T12:19:42.8970008Z  8: 0xd6925c v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/bin/node]
   2021-09-21T12:19:42.8974798Z  9: 0xd3793b v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/usr/bin/node]
   2021-09-21T12:19:42.8981048Z 10: 0x107fc1f v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/usr/bin/node]
   2021-09-21T12:19:42.8986456Z 11: 0x1426939  [/usr/bin/node]
   2021-09-21T12:19:43.2932456Z Aborted (core dumped)
   2021-09-21T12:19:43.3056391Z error Command failed with exit code 134.
   2021-09-21T12:19:43.3057237Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
   2021-09-21T12:19:43.4983397Z ##[error]Process completed with exit code 134.
   ```
   
   ### Modification
   1. Increase the memory from 2GB to 4GB.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hangc0276 merged pull request #12116: [WebSite]Increase website build memory

Posted by GitBox <gi...@apache.org>.
hangc0276 merged pull request #12116:
URL: https://github.com/apache/pulsar/pull/12116


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org