-
Bug
-
Resolution: Fixed
-
Highest
The shared memory size was changed last week from 512mb to 64mb making CI tests using puppeteer/wdio with chrome headless unable to run. (Very very high chance of crash)
To reproduce:
$ df -h /dev/shm
Current output:
Filesystem Size Used Avail Use% Mounted on
shm 64M 0 64M 0% /dev/shm
Expected output:
Filesystem Size Used Avail Use% Mounted on
shm 512M 0 512M 0% /dev/shm
We are running CI outside of pipelines until this issue is solved, is there any ETA for a fix ?