File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88APP=" Actual Budget"
99var_tags=" finance"
1010var_cpu=" 2"
11- var_ram=" 2048 "
12- var_disk=" 4 "
11+ var_ram=" 8192 "
12+ var_disk=" 7 "
1313var_os=" debian"
1414var_version=" 12"
1515var_unprivileged=" 1"
@@ -84,6 +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"
8788 $STD yarn install
8889 $STD yarn run build:server
8990 # $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" : 2048 ,
23- "hdd" : 4 ,
22+ "ram" : 8192 ,
23+ "hdd" : 7 ,
2424 "os" : " debian" ,
2525 "version" : " 12"
2626 }
Original file line number Diff line number Diff line change @@ -55,6 +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"
5859$STD yarn install
5960$STD yarn run build:server
6061$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