Apify

Apify and Crawlee Official Forum

b
F
A
J
A

--disable-dev-shm-usage

How can I run puppeteer with this tag ? (obviously inside Crawlee)
N
P
2 comments
are you around ?
You may try, but I am not currently sure how this will affect the run...
Plain Text
const crawler = new PuppeteerCrawler({
  launchContext: {
    launchOptions: {
      args: [
        '--disable-dev-shm-usage',
      ]
    }
  },
  // ...
});
Add a reply
Sign up and join the conversation on Discord
Join