Re: Howto disable PrintGCTimeStamps in Solr

2018-05-08 Thread Bernd Fehling
Hi Shawn, the goal is that some GCviewer get confused if both DateStamps and TimeStamps are present in solr_gc.log file. And _not_ to reduce the GC log size, that would be stupid. Now I have a Perl-Script which will remove the TimeStamps (and only leaf the DateStamps) for Analysis of solr_gc.log f

Re: Howto disable PrintGCTimeStamps in Solr

2018-05-08 Thread Shawn Heisey
On 5/7/2018 8:22 AM, Bernd Fehling wrote: > thanks for asking, I figured it out this morning. > If setting -Xloggc= the option -XX:+PrintGCTimeStamps will be set > as default and can't be disabled. It's inside JAVA. > > Currently using Solr 6.4.2 with > Java HotSpot(TM) 64-Bit Server VM (25.121-b13

Re: Howto disable PrintGCTimeStamps in Solr

2018-05-07 Thread Bernd Fehling
Hi Dominique, thanks for asking, I figured it out this morning. If setting -Xloggc= the option -XX:+PrintGCTimeStamps will be set as default and can't be disabled. It's inside JAVA. Currently using Solr 6.4.2 with Java HotSpot(TM) 64-Bit Server VM (25.121-b13) for linux-amd64 JRE (1.8.0_121-b13)

Re: Howto disable PrintGCTimeStamps in Solr

2018-05-07 Thread Dominique Bejean
Hi, Which version of Solr are you using ? Regards Dominique Le ven. 4 mai 2018 à 09:13, Bernd Fehling a écrit : > Hi list, > > this sounds simple but I can't disable PrintGCTimeStamps in solr_gc > logging. > I tried with GC_LOG_OPTS in start scripts and --verbose reporting during > start to

Howto disable PrintGCTimeStamps in Solr

2018-05-04 Thread Bernd Fehling
Hi list, this sounds simple but I can't disable PrintGCTimeStamps in solr_gc logging. I tried with GC_LOG_OPTS in start scripts and --verbose reporting during start to make sure it is not in Solr start scripts. But if Solr is up and running there are always TimeStamps in solr_gc.log and the file r