From b5568eeb5e2e2fb9b5be103a00e349d8b9106b38 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 16 Jun 2022 14:20:09 +0700 Subject: [PATCH] Test --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e7cb3e4..a852e73 100755 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ pushd "$final_path" # Setup tensorflow library ./scripts/dist/install-tensorflow.sh # Setup node environment - export NODE_OPTIONS=--max_old_space_size=512 + export NODE_OPTIONS=--max_old_space_size=800 # Build server from source ynh_use_nodejs env "$ynh_node_load_PATH" npm install -g npm diff --git a/scripts/upgrade b/scripts/upgrade index 0db25ce..afc4331 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -119,7 +119,7 @@ pushd "$final_path" # Setup tensorflow library ./scripts/dist/install-tensorflow.sh # Setup node environment - export NODE_OPTIONS=--max_old_space_size=512 + export NODE_OPTIONS=--max_old_space_size=800 # Build server from source ynh_use_nodejs env "$ynh_node_load_PATH" npm install -g npm