fish: Increase memory usage of node

This fixes an issue where we'd previously run out of memory while
developing with Gatsby.
This commit is contained in:
Donovan Glover 2022-01-01 20:45:00 -05:00
parent 92d31bfae4
commit 4a627247a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,6 +8,7 @@ export EDITOR="nvim"
export BROWSER="firefox"
export PATH="$HOME/.deno/bin:$HOME/.cargo/bin:$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
export NODE_OPTIONS="--max_old_space_size=16384"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"