I know the newer version handles ram automatically and that's great.
But I'm seeing the java option sets Xms and Xmx both to 1024m even though I have 96GB of ram on my machine.
Should I just ignore this?
51108 ? SLsl 0:40 /usr/share/Elasticsearch/jdk/bin/ java -Xshare:auto -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -D java .awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -XX:+ShowCodeDetailsInExceptionMessages -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dio.netty.allocator.numDirectArenas=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -D java .locale.providers=SPI,COMPAT --add-opens= java .base/ java .io=ALL-UNNAMED -XX:+UseG1GC -D java .io.tmpdir=/tmp/Elasticsearch-14653569181007460979 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/lib/Elasticsearch -XX:ErrorFile=/var/log/Elasticsearch/hs_err_pid%p.log -Xlog:gc*,gc+age=trace,safepoint:file=/var/log/Elasticsearch/gc.log:utctime,pid,tags:filecount=32,filesize=64m -Xms1024m -Xmx1024m -XX:MaxDirectMemorySize=536870912 -XX:G1HeapRegionSize=4m -XX:InitiatingHeapOccupancyPercent=30 -XX:G1ReservePercent=15 -Des.path.home=/usr/share/Elasticsearch -Des.path.conf=/etc/Elasticsearch -Des.distribution.flavor=default -Des.distribution.type=deb -Des.bundled_jdk=true -cp /usr/share/Elasticsearch/lib/* org.Elasticsearch.bootstrap.Elasticsearch -p /var/run/Elasticsearch/Elasticsearch.pid --quiet
51563 pts/1 S+ 0:00 grep --color=auto java