You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
You can fix it by modifying the shm size by passing the optional parameter --shm-size to docker run command. The default is 64MB and you will want to increase this to potentially 128 MB. Since you are not using this memory unless needed, you could also increase it to 256MB.
We see this error in rendering large visualizations in a docker container that has not properly set up memory: https://bugs.chromium.org/p/chromium/issues/detail?id=715363
You can fix it by modifying the shm size by passing the optional parameter --shm-size to docker run command. The default is 64MB and you will want to increase this to potentially 128 MB. Since you are not using this memory unless needed, you could also increase it to 256MB.