Stabilize recorded Chrome startup
This commit is contained in:
+3
-1
@@ -77,7 +77,9 @@ services:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
# Chrome needs extra shared memory to avoid OOM crashes
|
||||
shm_size: "512mb"
|
||||
# Headful Chromium recording needs substantially more shared memory than
|
||||
# headless mode. This is a limit, not an up-front RAM allocation.
|
||||
shm_size: "2gb"
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
security_opt:
|
||||
|
||||
Reference in New Issue
Block a user