3092-module_transactions #740
|
@ -7,6 +7,8 @@ export async function getBrowser() {
|
||||||
const args = [
|
const args = [
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
`--window-size=${ 1920 },${ 1080 }`,
|
`--window-size=${ 1920 },${ 1080 }`,
|
||||||
|
'--single-process',
|
||||||
|
'--no-zygote'
|
||||||
// '--disable-dev-shm-usage'
|
// '--disable-dev-shm-usage'
|
||||||
// '--full-memory-crash-report',
|
// '--full-memory-crash-report',
|
||||||
// '--unlimited-storage'
|
// '--unlimited-storage'
|
||||||
|
|
Loading…
Reference in New Issue