We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ae21d commit bcef80eCopy full SHA for bcef80e
ct/notesnook.sh
@@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/
7
8
APP="notesnook"
9
var_tags="${var_tags:-os}"
10
-var_cpu="${var_cpu:-2}"
+var_cpu="${var_cpu:-1}"
11
var_ram="${var_ram:-2048}"
12
var_disk="${var_disk:-8}"
13
var_os="${var_os:-debian}"
install/notesnook-install.sh
@@ -22,7 +22,7 @@ NODE_MODULE="yarn" install_node_and_modules
22
msg_info "Installing Notesnook"
23
fetch_and_deploy_gh_release "streetwriters/notesnook"
24
cd /opt/notesnook
25
-export NODE_OPTIONS="--max-old-space-size=1536"
+#export NODE_OPTIONS="--max-old-space-size=2048"
26
$STD npm install
27
$STD npm run build:web
28
msg_ok "Installed Notesnook"
0 commit comments