mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 10:52:15 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5a3df85a8 | ||
|
|
6e56c6e0d4 |
@@ -50,8 +50,9 @@ func cmd(logger xlog.Logger) (*exec.Cmd, error) {
|
|||||||
"--headless",
|
"--headless",
|
||||||
// see https://github.com/thecodingmachine/gotenberg/issues/157.
|
// see https://github.com/thecodingmachine/gotenberg/issues/157.
|
||||||
"--disable-dev-shm-usage",
|
"--disable-dev-shm-usage",
|
||||||
// see https://github.com/GoogleChrome/puppeteer/issues/2410.
|
// See https://github.com/puppeteer/puppeteer/issues/661
|
||||||
"--font-render-hinting=medium",
|
// and https://github.com/puppeteer/puppeteer/issues/2410.
|
||||||
|
"--font-render-hinting=none",
|
||||||
"--remote-debugging-port=9222",
|
"--remote-debugging-port=9222",
|
||||||
"--disable-gpu",
|
"--disable-gpu",
|
||||||
"--disable-translate",
|
"--disable-translate",
|
||||||
|
|||||||
Reference in New Issue
Block a user