From 30d22e2a6a117dc158dac57e43b2aa9dce408544 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 27 Dec 2021 15:22:08 +0000 Subject: [PATCH] --- server/AyaNova/biz/ReportBiz.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/AyaNova/biz/ReportBiz.cs b/server/AyaNova/biz/ReportBiz.cs index 1244431c..49329d8f 100644 --- a/server/AyaNova/biz/ReportBiz.cs +++ b/server/AyaNova/biz/ReportBiz.cs @@ -446,7 +446,9 @@ namespace AyaNova.Biz } //Set Chromium args - //var DefaultArgs = "--disable-dev-shm-usage --single-process --no-sandbox --disable-gpu --no-zygote "; + //*** DANGER: --disable-dev-shm-usage will crash linux ayanova when it runs out of memory **** + //that was only suitable for dockerized scenario as it had an alt swap system + //var OriginalDefaultArgs = "--disable-dev-shm-usage --single-process --no-sandbox --disable-gpu --no-zygote "; var DefaultArgs = "--headless --no-sandbox"; if (!string.IsNullOrWhiteSpace(ServerBootConfig.AYANOVA_REPORT_RENDER_BROWSER_PARAMS)) {