Re: [daemon] Enabling Native Memory Tracking while starting tomcat using jsvc

2019-07-30 Thread Mark Thomas
On 30/07/2019 11:18, కృష్ణ చైతన్య wrote: > Hi, > > We are trying to enable Native Memory Tracking by setting the flags > "-XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=detail > -XX:+PrintNMTStatistics" during startup. We use jsvc to fire up tomcat and > it fails to turn on Native Mem

[daemon] Enabling Native Memory Tracking while starting tomcat using jsvc

2019-07-30 Thread కృష్ణ చైతన్య
Hi, We are trying to enable Native Memory Tracking by setting the flags "-XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=detail -XX:+PrintNMTStatistics" during startup. We use jsvc to fire up tomcat and it fails to turn on Native Memory Tracking. In Catalina.out we see the following