Skip to content

Start snow owl on a laptop with less 6gb when it requires 6gb #1042

Answered by cmark
Cv66user asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Cv66user,

Running both an Elasticsearch and Snow Owl with less than 6g of RAM (2g in this case) can be accomplished by changing the following lines in the official docker-compose.yml file:

Change the Elasticsearch JVM Heap setting to 1g here:
https://github.com/b2ihealthcare/snow-owl/blob/8.x/docker/docker-compose.yml#L13

And the Snow Owl heap setting to 1g here:
https://github.com/b2ihealthcare/snow-owl/blob/8.x/docker/docker-compose.yml#L41

Please note that running Snow Owl with this low amount of memory can only be used with a small dataset, like a minified SNOMED CT dataset and for testing purposes only (all Snow Owl test cases run with this 1g-1g setup on our CI infrastructure).

I…

Replies: 2 comments 7 replies

Comment options

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

Answer selected by cmark
Comment options

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

@Cv66user
Comment options

@cmark
Comment options

@Cv66user
Comment options

@cmark
Comment options

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