[graylog2] Re: Graylog 2.2.0-rc.1 lags while editing inputs

2017-02-08 Thread 'Ha NN' via Graylog Users
Hmm ok i installed 2.2 rc1 from the scratch and the problem seems to be gone. So i guess it has something to do with the upgrade from 2.1.3 to 2.2 rc1. Am Mittwoch, 8. Februar 2017 13:22:37 UTC+1 schrieb Ha NN: > > JVM: > > GRAYLOG_SERVER_JAVA_OPTS="-Xms4g -Xmx4g -XX:NewRatio=1 -server > -XX:+R

[graylog2] Re: Graylog 2.2.0-rc.1 lags while editing inputs

2017-02-08 Thread 'Ha NN' via Graylog Users
JVM: GRAYLOG_SERVER_JAVA_OPTS="-Xms4g -Xmx4g -XX:NewRatio=1 -server -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:-OmitStackTraceInFastThrow" Graylog only stuff which is used: elasticsearch_shards = 4 elasticsearch_replic

[graylog2] Re: Graylog 2.2.0-rc.1 lags while editing inputs

2017-02-08 Thread Jochen Schalanda
Hi, this is the start command for Elasticsearch, not Graylog. Please post the configuration of Graylog and the JVM settings for Graylog (see http://docs.graylog.org/en/2.1/pages/configuration/file_location.html for where to find them). Cheers, Jochen On Wednesday, 8 February 2017 12:14:41 UTC

[graylog2] Re: Graylog 2.2.0-rc.1 lags while editing inputs

2017-02-08 Thread 'Ha NN' via Graylog Users
It has 8 cores, 32GB ram JVM: /usr/bin/java -Xms18g -Xmx18g -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -Djna.nosys=true -

[graylog2] Re: Graylog 2.2.0-rc.1 lags while editing inputs

2017-02-08 Thread Jochen Schalanda
Hi, there are quite long GC pauses mentioned in your logs. What are the hardware specs of the machine(s) running Graylog and how did you configure Graylog (also how are the JVM settings)? Cheers, Jochen On Wednesday, 8 February 2017 11:43:27 UTC+1, Ha NN wrote: > > Hi, > > i am testing Graylog