Re: What does "Non heap" mean in the log?

2018-04-26 Thread aealexsandrov
Hi, It's non-heap memory that can be used for JVM memory management. You can read about this here: https://docs.oracle.com/javase/7/docs/api/java/lang/management/MemoryUsage.html

What does "Non heap" mean in the log?

2018-04-25 Thread Michael Jay
Hi, I am confused about "Non heap" here, what does it represent and where it will be used? What the difference between "Non heap" and off-heap? Moreover, how to change its size?