set shm_size back to avoid a chrome crash (bus error)

Example crash log:

(google-chrome:13): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Failed to execute child process ?dbus-launch? (No such file or directory)
Bus error (core dumped)
This commit is contained in:
Andy 2017-06-23 12:51:55 +02:00
parent 7a1a3720e2
commit c90cc56146
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -34,7 +34,7 @@ services:
- IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk. - IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk.
# Turns off anonymous page swapping # Turns off anonymous page swapping
mem_swappiness: 0 mem_swappiness: 0
# shm_size: 4G shm_size: 4G
# mem_limit: 4G # mem_limit: 4G
# security_opt: # security_opt:
# - apparmor:docker-ptrace # - apparmor:docker-ptrace