We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--disable-dev-shm-usage
1 parent 42f501f commit 9dbf6d7Copy full SHA for 9dbf6d7
packages/actor-scraper/web-scraper/src/internals/crawler_setup.ts
@@ -193,7 +193,7 @@ export class CrawlerSetup implements CrawlerSetupOptions {
193
async createCrawler() {
194
await this.initPromise;
195
196
- const args = [];
+ const args = ['--disable-dev-shm-usage'];
197
if (this.input.ignoreCorsAndCsp) args.push('--disable-web-security');
198
if (this.isDevRun) args.push(`--remote-debugging-port=${CHROME_DEBUGGER_PORT}`);
199
0 commit comments