File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88APP=" Actual Budget"
99var_tags=" finance"
1010var_cpu=" 2"
11- var_ram=" 8192 "
11+ var_ram=" 4096 "
1212var_disk=" 7"
1313var_os=" debian"
1414var_version=" 12"
@@ -84,7 +84,7 @@ ACTUAL_HTTPS_CERT=/opt/actualbudget/selfhost.crt
8484EOF
8585 fi
8686 cd /opt/actualbudget || exit
87- export NODE_OPTIONS=" --max_old_space_size=4096 "
87+ export NODE_OPTIONS=" --max_old_space_size=3072 "
8888 $STD yarn install
8989 $STD yarn run build:server
9090 # $STD yarn workspaces focus @actual-app/sync-server --production
Original file line number Diff line number Diff line change 1919 "script" : " ct/actualbudget.sh" ,
2020 "resources" : {
2121 "cpu" : 2 ,
22- "ram" : 8192 ,
22+ "ram" : 4096 ,
2323 "hdd" : 7 ,
2424 "os" : " debian" ,
2525 "version" : " 12"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ACTUAL_HTTPS_KEY=/opt/actualbudget/selfhost.key
5555ACTUAL_HTTPS_CERT=/opt/actualbudget/selfhost.crt
5656EOF
5757cd /opt/actualbudget || exit
58- export NODE_OPTIONS=" --max_old_space_size=4096 "
58+ export NODE_OPTIONS=" --max_old_space_size=3072 "
5959$STD yarn install
6060$STD yarn run build:server
6161$STD openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfhost.key -out selfhost.crt << EOF
You can’t perform that action at this time.
0 commit comments