This commit is contained in:
@@ -446,7 +446,9 @@ namespace AyaNova.Biz
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Set Chromium args
|
//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";
|
var DefaultArgs = "--headless --no-sandbox";
|
||||||
if (!string.IsNullOrWhiteSpace(ServerBootConfig.AYANOVA_REPORT_RENDER_BROWSER_PARAMS))
|
if (!string.IsNullOrWhiteSpace(ServerBootConfig.AYANOVA_REPORT_RENDER_BROWSER_PARAMS))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user