Last active 1749155441

Code snippet to create linked storage directories for Zammad. As shown in https://youtu.be/EorlfrN6n60

MrGeneration's Avatar MrGeneration revised this gist 1749155440. Go to revision

No changes

MrGeneration's Avatar MrGeneration revised this gist 1748266353. Go to revision

1 file changed, 5 insertions

heap-size.conf(file created)

@@ -0,0 +1,5 @@
1 + # /etc/elasticsearch/jvm.options.d/heap-size.conf
2 + # Below limits Elasticsearch to 1GB memory usage
3 + # It uses 50% of your hosts memory by default otherwise
4 + -Xms1g
5 + -Xmx1g
Newer Older