Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java 8 Doe it worth anything monitoring the NonHeapMemory type ?

  1. #1
    Junior Member
    Join Date
    Feb 2022
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java 8 Doe it worth anything monitoring the NonHeapMemory type ?

    This question is aimed towards monitoring. We have recently increased our ReservedCodeCacheSiz -XX:ReservedCodeCacheSize=480m

    Since then, we are receiving alerts about the NonHeapMemoryUsage being used at 70 %

    This is our alert condition

    Last metric jmx metric java.lang:type=Memory",NonHeapMemoryUsage.used]

    if it reaches 70 % of that metric java.lang:type=Memory",NonHeapMemoryUsage.max].


    Should we be concerned I think that java 8 moved away from the NonHeap memory and now uses meta space. Yet I failed to see why we are getting this alert.


    Doe it worth anything monitoring the NonHeapMemory type ?

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java 8 Doe it worth anything monitoring the NonHeapMemory type ?

    Moved from section for programming problems.

    Try asking on this forum: http://www.coderanch.com/forums

    Posted at: https://coderanch.com/t/749520/java/...-NonHeapMemory
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. JMX and Java Application Monitoring
    By Whitescars in forum Java Theory & Questions
    Replies: 1
    Last Post: February 5th, 2014, 08:07 AM
  2. Monitoring each Java web request
    By namrata.shah in forum Java Theory & Questions
    Replies: 1
    Last Post: May 1st, 2012, 06:39 PM
  3. Java monitoring tool
    By evidentsoftware in forum Java Theory & Questions
    Replies: 1
    Last Post: February 21st, 2012, 09:25 AM
  4. application of monitoring a network in java
    By ola50 in forum Java Networking
    Replies: 0
    Last Post: January 31st, 2012, 12:04 PM