Opengist

Explore

  • All gists
  • Topics
  • Users
Imprint Data Privacy Buy Me A Coffee
Give feedback on the new UI Powered by Opengist ⋅ 12ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
h

heap-size

Recently created Least recently created Recently updated Least recently updated
MrGeneration

MrGeneration / Limit Elasticsearch Memory Usage

Last active 3 months ago elasticsearch heap-size

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

0 0 1
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