From 4c2b8eb2674c137a9c5f8994b3499f405367c69b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 23 Mar 2024 16:37:01 +0300 Subject: [PATCH] dotfiles/zshrc: remove NODE_OPTIONS I set this via .mise.toml in each project now. --- dotfiles/zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 5758856..c2aeacb 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -51,9 +51,6 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then # See: https://github.com/python-poetry/poetry/issues/1917 export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring - # For dspace-angular Node.js build: JavaScript heap out of memory - export NODE_OPTIONS=--max_old_space_size=4096 - # For rsync breaking change in arg parsing since 2022 # See: https://github.com/bit-team/backintime/issues/1247 export RSYNC_OLD_ARGS=1