Skip to content

Commit bcef80e

Browse files
committed
Update Notesnook
1 parent 01ae21d commit bcef80e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/notesnook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/
77

88
APP="notesnook"
99
var_tags="${var_tags:-os}"
10-
var_cpu="${var_cpu:-2}"
10+
var_cpu="${var_cpu:-1}"
1111
var_ram="${var_ram:-2048}"
1212
var_disk="${var_disk:-8}"
1313
var_os="${var_os:-debian}"

install/notesnook-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NODE_MODULE="yarn" install_node_and_modules
2222
msg_info "Installing Notesnook"
2323
fetch_and_deploy_gh_release "streetwriters/notesnook"
2424
cd /opt/notesnook
25-
export NODE_OPTIONS="--max-old-space-size=1536"
25+
#export NODE_OPTIONS="--max-old-space-size=2048"
2626
$STD npm install
2727
$STD npm run build:web
2828
msg_ok "Installed Notesnook"

0 commit comments

Comments
 (0)