mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 19:51:30 +02:00
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:
parent
92d31bfae4
commit
4a627247a3
@ -8,6 +8,7 @@ export EDITOR="nvim"
|
|||||||
export BROWSER="firefox"
|
export BROWSER="firefox"
|
||||||
export PATH="$HOME/.deno/bin:$HOME/.cargo/bin:$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.deno/bin:$HOME/.cargo/bin:$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
|
||||||
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
|
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"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user