From c1f0c5a1b1dcbe23d7a3e3366cbe3b91075b5403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:23:41 +0200 Subject: [PATCH] cleaning --- conf/systemd.service | 1 - manifest.toml | 6 +++--- scripts/_common.sh | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) 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 #=================================================