Closed o-l-a-v closed 1 year ago
Either will work fine. The first will allocate 2g of ram, but allows the memory usage to grow to 4g. The second version assigns 4g straight away. Both limit the memory to 4g.
In case it helps anybody else labouring to get a Snowstorm server to play with up and running, here's the latest result of my own labours: a detailed guide (with scripts) for getting one up and running under VirtualBox in a couple of hours:
Snowstorm 10.2.1 Install and Test (Ubuntu 22.04.4LTS) 20240503.zip
Thanks @abelardy! We also now have the Snowstorm-Deploy project that aims to automate the installation and config of Elasticsearch and Snowstorm on various platforms via script. Just Ubuntu 20 is there so far. https://github.com/IHTSDO/snowstorm-deploy
On the Getting Started -> Start Snowstorm I got two comments:
-Xms2g -Xmx4g
) with different arguments than what you sid one should set in the Install Elasticsearch step (-Xms4g -Xmx4g
).