Advertisement
Guest User

Untitled

a guest
Aug 28th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.99 KB | None | 0 0
  1. -Xms8g
  2. -Xmx8g
  3.  
  4. -XX:+UseConcMarkSweepGC
  5. -XX:CMSInitiatingOccupancyFraction=75
  6. -XX:+UseCMSInitiatingOccupancyOnly
  7.  
  8. -XX:+AlwaysPreTouch
  9.  
  10. -Xss1m
  11. -Djava.awt.headless=true
  12.  
  13. -Dfile.encoding=UTF-8
  14. -Djna.nosys=true
  15.  
  16. -XX:-OmitStackTraceInFastThrow
  17.  
  18. -Dio.netty.noUnsafe=true
  19. -Dio.netty.noKeySetOptimization=true
  20. -Dio.netty.recycler.maxCapacityPerThread=0
  21.  
  22. -Dlog4j.shutdownHookEnabled=false
  23. -Dlog4j2.disable.jmx=true
  24. -Djava.io.tmpdir=${ES_TMPDIR}
  25.  
  26. -XX:+HeapDumpOnOutOfMemoryError
  27. -XX:HeapDumpPath=/var/lib/elasticsearch
  28.  
  29. -XX:ErrorFile=/var/log/elasticsearch/hs_err_pid%p.log
  30.  
  31. 8:-XX:+PrintGCDetails
  32. 8:-XX:+PrintGCDateStamps
  33. 8:-XX:+PrintTenuringDistribution
  34. 8:-XX:+PrintGCApplicationStoppedTime
  35. 8:-Xloggc:/var/log/elasticsearch/gc.log
  36. 8:-XX:+UseGCLogFileRotation
  37. 8:-XX:NumberOfGCLogFiles=32
  38. 8:-XX:GCLogFileSize=64m
  39.  
  40. 9-:-Xlog:gc*,gc+age=trace,safepoint:file=/var/log/elasticsearch/gc.log:utctime,pid,tags:filecount=32,filesize=64m
  41. 9-:-Djava.locale.providers=COMPAT
  42. 10-:-XX:UseAVX=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement