Skip to content

Most applications crash when using them #170

Answered by stebo85
Mikailo asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @Mikailo,

Thank you for providing the startup commands you are using and it confirms my suspicion - you are using an incorrect startup command that doesn't provide SHM memory to the docker container. Can you please adjust your docker compose command to reflect the startup command from our documentation?

docker run --shm-size=1gb -it --privileged --name neurodesktop -v C:/neurodesktop-storage:/neurodesktop-storage -p 8080:8080 -h neurodesktop-20220329 vnmd/neurodesktop:20220329

The --shm-size=1gb is crucial for everything around chrome/electron/vscode to work correctly - if you are not providing SHM in windows things will crash quickly as you experienced.

The issue with freeview is a…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@Mikailo
Comment options

Comment options

You must be logged in to vote
6 replies
@stebo85
Comment options

@Mikailo
Comment options

@stebo85
Comment options

@Mikailo
Comment options

@stebo85
Comment options

Answer selected by stebo85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants