Skip to content

Commit

Permalink
fix: #881
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jul 6, 2023
1 parent 6f7064e commit 16b5b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/examples/launch-managed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
// to connect to a running browser check the "../connect-browser" example.
// Rod provides a docker image for beginners, run the below to start a launcher.Manager:
//
// docker run -p 7317:7317 --shm-size=500mb ghcr.io/go-rod/rod
// docker run -p 7317:7317 ghcr.io/go-rod/rod
//
// For available CLI flags run: docker run ghcr.io/go-rod/rod rod-manager -h
// For more information, check the doc of launcher.Manager
Expand Down
1 change: 1 addition & 0 deletions lib/launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func New() *Launcher {
// TODO: about the "site-per-process" see https://github.com/puppeteer/puppeteer/issues/2548
"disable-features": {"site-per-process", "TranslateUI"},

"disable-dev-shm-usage": nil,
"disable-background-networking": nil,
"disable-background-timer-throttling": nil,
"disable-backgrounding-occluded-windows": nil,
Expand Down

0 comments on commit 16b5b93

Please sign in to comment.