Skip to content

Commit

Permalink
build(light-client): Add max-old-space-size to light-client submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirkov authored and PetarKirov committed Jun 7, 2024
1 parent 5963511 commit 8a1d795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/nix/shell-with-light-client.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in
shellHook = ''
set -e
export NODE_OPTIONS="--experimental-vm-modules"
export NODE_OPTIONS="--experimental-vm-modules --max-old-space-size=16384"
export PATH="$PATH:$PWD/node_modules/.bin";
export CC=clang
export LOCAL_NIM_LIB="$PWD/vendor/nim/lib"
Expand Down

0 comments on commit 8a1d795

Please sign in to comment.