Skip to content

Commit 9dbf6d7

Browse files
authored
refactor: add --disable-dev-shm-usage launch arg to puppeteer (#285)
1 parent 42f501f commit 9dbf6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/actor-scraper/web-scraper/src/internals/crawler_setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export class CrawlerSetup implements CrawlerSetupOptions {
193193
async createCrawler() {
194194
await this.initPromise;
195195

196-
const args = [];
196+
const args = ['--disable-dev-shm-usage'];
197197
if (this.input.ignoreCorsAndCsp) args.push('--disable-web-security');
198198
if (this.isDevRun) args.push(`--remote-debugging-port=${CHROME_DEBUGGER_PORT}`);
199199

0 commit comments

Comments
 (0)