--disable-dev-shm-usage

How can I run puppeteer with this tag ? (obviously inside Crawlee)
2 Replies
NeoNomade
NeoNomadeOP3y ago
@Pepa J are you around ?
Pepa J
Pepa J3y ago
You may try, but I am not currently sure how this will affect the run...
const crawler = new PuppeteerCrawler({
launchContext: {
launchOptions: {
args: [
'--disable-dev-shm-usage',
]
}
},
// ...
});
const crawler = new PuppeteerCrawler({
launchContext: {
launchOptions: {
args: [
'--disable-dev-shm-usage',
]
}
},
// ...
});

Did you find this page helpful?