From bef669732524de3414ce729e303093329b1f6541 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 6 Jan 2018 14:10:18 +0100 Subject: [PATCH] * Use '--preload-app' to start starman for best performance and memory use --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 10dde4b..a34699e 100755 --- a/start.sh +++ b/start.sh @@ -28,4 +28,4 @@ fi #fi # start ledgersmb -exec starman --port 5762 tools/starman.psgi +exec starman --port 5762 --preload-app tools/starman.psgi