From da340df63a85de5a0fcbe58f6f2ab99e06b31321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 5 Jan 2024 16:24:06 +0100 Subject: [PATCH] small fixes --- manifest.toml | 6 +++--- scripts/restore | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 69937bd..2128307 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,9 +22,9 @@ architectures = "all" multi_instance = false ldap = false sso = false -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "50M" +ram.build = "500M" +ram.runtime = "100M" [install] [install.domain] diff --git a/scripts/restore b/scripts/restore index 3236863..a1d1a29 100755 --- a/scripts/restore +++ b/scripts/restore @@ -37,7 +37,7 @@ chown -R $app:$app "$data_dir" #================================================= # REINSTALL DEPENDENCIES #================================================= -#REMOVEME? ynh_script_progression --message="Reinstalling dependencies..." --weight=21 +ynh_script_progression --message="Reinstalling NodeJS..." --weight=21 # Define and install dependencies ynh_install_nodejs --nodejs_version="$NODEJS_VERSION"