mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
Max old space 1024
This commit is contained in:
parent
7891696cae
commit
c535ec2b76
2 changed files with 2 additions and 2 deletions
|
@ -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=800
|
||||
export NODE_OPTIONS=--max_old_space_size=1024
|
||||
# Build server from source
|
||||
ynh_use_nodejs
|
||||
env "$ynh_node_load_PATH" npm install -g npm
|
||||
|
|
|
@ -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=800
|
||||
export NODE_OPTIONS=--max_old_space_size=1024
|
||||
# Build server from source
|
||||
ynh_use_nodejs
|
||||
env "$ynh_node_load_PATH" npm install -g npm
|
||||
|
|
Loading…
Add table
Reference in a new issue