Skip to content

Commit

Permalink
Increase node memory on GH runners (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikdps authored Dec 18, 2024
1 parent c7d7426 commit 0a35a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export VIRTUAL_ENV="${HOME}/.local/share/virtualenvs/vsa"
# Reached heap limit Allocation failed - JavaScript heap out of memory
# https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes
# default 16 MiB for 64-bit systems and 8 MiB for 32-bit systems
export NODE_OPTIONS="--max-old-space-size=4096"
export NODE_OPTIONS="--max-old-space-size=8192"

# Activate virtualenv (creates it if needed)
layout python3
Expand Down

0 comments on commit 0a35a2c

Please sign in to comment.