• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / builder-server / 27349142186
71%
master: 71%

Build:
Build:
LAST BUILD BRANCH: fix/migrations-oom-transpile-only
DEFAULT BRANCH: master
Ran 11 Jun 2026 01:11PM UTC
Jobs 1
Files 192
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jun 2026 01:09PM UTC coverage: 71.327%. Remained the same
27349142186

Pull #805

github

LautaroPetaccio
fix: cap V8 heap explicitly to prevent OOM under Node 24

Node 24 ships libuv >= 1.45, which (unlike the libuv 1.44 in Node 18)
correctly reads cgroup v2 memory limits. As a result Node now sizes the
default old-space heap to ~50% of the container limit instead of falling
back to host physical memory, leaving the service's working set above the
new, smaller ceiling and triggering "Reached heap limit" OOM crashes.

Set --max-old-space-size=1536 (~75% of the 2 GB container) so V8's heap
ceiling is deterministic and independent of auto-detection, while leaving
headroom for off-heap memory.

Also drop the --inspect="0.0.0.0:9229" flag, which exposed the V8
debugger (a remote-code-execution vector) on all network interfaces in
production.
Pull Request #805: fix: cap V8 heap explicitly to prevent OOM under Node 24

1375 of 2151 branches covered (63.92%)

Branch coverage included in aggregate %.

3257 of 4343 relevant lines covered (74.99%)

41.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27349142186.1 11 Jun 2026 01:11PM UTC 384
72.6
GitHub Action Run
Source Files on build 27349142186
  • Tree
  • List 192
  • Changed 107
  • Source Changed 0
  • Coverage Changed 107
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27349142186
  • Pull Request #805
  • PR Base - master (#26755188748)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc