SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

Problems with running on MacOS and Windows #88

Open cjmyers opened 3 years ago

cjmyers commented 3 years ago

Due to memory issues, on linux, we need to run this command for Elasticsearch to work:

sysctl -w vm.max_map_count=262144

This command no longer works on MacOS, and it is not clear if it works on windows.

We need to figure out how to get this to work on these operating systems, and ideally make this a part of the docker run script, so we don't need a special instruction for users.