budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
8.8k stars 1.19k forks source link

fix "shmget: No space left on device" #424

Open andrew-ld opened 1 month ago

andrew-ld commented 1 month ago

Types of changes

Put an x in the boxes that apply

Purpose of changes

fix #423

andrew-ld commented 1 month ago

@budtmo hi, i found the root cause but being on a kubernetes cluster with hundreds of other programs and to solve this problem i would have to change a sysctl that would apply to the whole machine/cluster i decided to find an alternative solution.

Reading the documentation of x11vnc, it seems that the side effects with the use of noshm do not apply to this program/use case.

anyway in any case to resolve any doubts I added an environment variable.