diff --git a/conf/systemd.service b/conf/systemd.service index 63b460e..8c8645d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,6 @@ Group=__APP__ Environment=NODE_ENV=production Environment=DOTENV_CONFIG_PATH=__INSTALL_DIR__/config.env Environment="__YNH_NODE_LOAD_PATH__" -#ExecStart=__INSTALL_DIR__/bin/facilmap-server WorkingDirectory=__INSTALL_DIR__/server ExecStart=/usr/bin/yarn server StandardOutput=syslog diff --git a/manifest.toml b/manifest.toml index b169147..23849ca 100644 --- a/manifest.toml +++ b/manifest.toml @@ -28,9 +28,9 @@ ldap = false sso = false -disk = "50M" -ram.build = "50M" -ram.runtime = "50M" +disk = "1000M" +ram.build = "2000M" +ram.runtime = "450M" [install] [install.domain] diff --git a/scripts/_common.sh b/scripts/_common.sh index 66db614..44277c5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,8 +6,6 @@ nodejs_version=20 -facilmap_version=4.1.1 - #================================================= # PERSONAL HELPERS #=================================================