open-webui: add env.NODE_OPTIONS

This commit is contained in:
Pol Dellaiera
2024-11-28 17:39:21 +01:00
parent 0ecd14bacb
commit 7b404c8aee
+1
View File
@@ -30,6 +30,7 @@ let
env.CYPRESS_INSTALL_BINARY = "0"; # disallow cypress from downloading binaries in sandbox
env.ONNXRUNTIME_NODE_INSTALL_CUDA = "skip";
env.NODE_OPTIONS = "--max-old-space-size=8192";
installPhase = ''
runHook preInstall