This commit is contained in:
2021-12-25 00:55:04 +00:00
parent 71fa9e5ef5
commit 4760f49899
2 changed files with 5 additions and 4 deletions

View File

@@ -446,7 +446,8 @@ namespace AyaNova.Biz
}
//Set Chromium args
var DefaultArgs = "--disable-dev-shm-usage --no-sandbox --disable-gpu --no-zygote ";
//var DefaultArgs = "--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))
{
log.LogDebug($"AYANOVA_REPORT_RENDER_BROWSER_PARAMS will be used: {ServerBootConfig.AYANOVA_REPORT_RENDER_BROWSER_PARAMS}");