Skip to content
Snippets Groups Projects
  1. Nov 15, 2024
  2. Nov 08, 2024
  3. Nov 05, 2024
  4. Oct 24, 2024
  5. Oct 21, 2024
    • Cheng Shao's avatar
      wasm: bump dyld v8 heap size limit · 4015b30b
      Cheng Shao authored
      This patch adds `--max-old-space-size=8192` to wasm dyld shebang
      arguments to bump V8 heap size limit. The default limit
      (`heap_size_limit` returned by `v8.getHeapStatistics()`) is
      dynamically determined and a bit too low under certain workloads, and
      V8 would waste too much CPU time to garbage collect old generation
      heap more aggressively. Bumping the limit to 8G doesn't imply dyld
      would really take that much memory at run-time, but it lessens V8 heap
      stress significantly.
      
      (cherry picked from commit 14c5143899d164c7ac1213d918b4819684538c4b)
      4015b30b
  6. Oct 18, 2024
Loading