DX Unified Infrastructure Management

 View Only
  • 1.  Memory high by java process

    Posted Oct 15, 2019 09:10 AM
    Hi

    We encounter and major alarm for our UMP server, due to memory high for java process. the memory high maintain to 80% and nearly touch to critical threshold.

    are this memory high due to wasp probe java setting : max_perm_size?

    our max_perm_size = 1024m

    if i double the java size can its eliminate the java high memory cause?


  • 2.  RE: Memory high by java process

    Broadcom Employee
    Posted Oct 15, 2019 09:19 AM
    the UMP is configured with the following parameters for memory:
    <opt>
    java_mem_max = -Xmx4g
    java_mem_init = -Xms512m
    max_perm_size = -XX:MaxPermSize=512m
    </opt>

    The java_mem_max should limit the memory for the probe.
    the default is 1024 which is not high enough for anything but a small lab or test environment.
    for production, this should be a minimum of 6gigs.

    Please see the sizing guide below:
    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/9-0-2/installing/pre-installation-planning/ca-uim-sizing-recommendations.html#concept.dita_f4b87772767eef37070b35c09f690b065cb97ea4_CAUIM920SizingRecommendations

    Please provide more details on the server specifications, all the ump memory parameters, UIM version, and the number of expected concurrent users for us to be able to provide more information or help



    ------------------------------
    Gene Howard
    Principal Support Engineer
    Broadcom
    ------------------------------



  • 3.  RE: Memory high by java process

    Posted Oct 15, 2019 10:38 PM
    ​Hi Howard,

    Here is my wasp  probe setting that I capture from our UMP server

    java_mem_max = -Xmx24000m
    java_mem_init = -Xms8192m
    max_perm_size = -XX:MaxPermSize = 1024m


    User concurrent: 100++

    Windows server 2012 r2  Standard 64bit

    RAM : 32 GB

    Java Version: 8.0.1020.14


    Below is java memory for wasp probe: