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

decentraland / builder-server / 27350638672
71%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2026 01:36PM 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:34PM UTC coverage: 71.327%. Remained the same
27350638672

push

github

web-flow
fix: cap V8 heap explicitly to prevent OOM under Node 24 (#805)

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.

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 27350638672.1 11 Jun 2026 01:36PM UTC 384
72.6
GitHub Action Run
Source Files on build 27350638672
  • 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 #27350638672
  • c69c8333 on github
  • Prev Build on 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