You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): configure v8 isolate with cgroups-constrained memory limit
This change configures V8 isolates to respect memory limits imposed by
cgroups on Linux. It adds support for detecting both cgroups v1 and v2
memory limits, enabling Deno to properly adapt to containerized
environments with memory constraints. When cgroups information is
unavailable or not applicable, it falls back to using the system's
total memory as before.
0 commit comments