Answer the question
In order to leave comments, you need to log in
Why does elasticsearch stop automatically?
Good day everyone.
Faced the problem of automatic stop of elasticsearch
. Here is java.option from manager
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=75
-XX:+UseCMSInitiatingOccupancyOnly
-Des.networkaddress.cache.ttl=60
-Des.networkaddress.cache.negative. ttl=10
-XX:+AlwaysPreTouch
-Xss1m
-Djava.awt.headless=true
-Dfile.encoding=UTF-8
-Djna.nosys=true
-XX:-OmitStackTraceInFastThrow
-Dio.netty.noUnsafe=true
-Dio.netty. noKeySetOptimization=true
-Dio.netty.recycler.maxCapacityPerThread=0
-Dlog4j.shutdownHookEnabled=false
-Dlog4j2.disable.jmx=true
-Djava.io.tmpdir=C:\Users\mypcc\AppData\Local\Temp\elasticsearch
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=data
-XX:ErrorFile=logs/hs_err_pid%p.log
-Xlog:gc*, gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m
-Djava.locale.providers=COMPAT
-Delasticsearch
-Des.path.home=c:\elasticsearch
-Des.path.conf=c:\elasticsearch\config
-Des.distribution.flavor=default
-Des.distribution.type=zip
-Des.bundled_jdk=true
Here is the process in task manager
But after a few seconds the process stops
What could be case?
I increased the amount of allocated memory through the manager, but it did not help
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question