This commit is contained in:
Julien Neuhart
2019-12-12 11:14:15 +01:00
parent 8e43df8d95
commit acc7e91c55
2 changed files with 4 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ func cmd(logger xlog.Logger) (*exec.Cmd, error) {
args := []string{
"--no-sandbox",
"--headless",
// see https://github.com/thecodingmachine/gotenberg/issues/157.
"--disable-dev-shm-usage",
// see https://github.com/GoogleChrome/puppeteer/issues/2410.
"--font-render-hinting=medium",
"--remote-debugging-port=9222",