[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring JRE Properties

Use the following configuration statements to configure Java Runtime Environment (JRE) properties for the SDX SNMP agent:

snmp agent java { 
    heap-size heap-size; 
}

To configure properties for the SDX SNMP agent:

  1. From configuration mode, access the configuration statement that configures the SDX SNMP agent.
  2. [edit]
    
    user@host# edit snmp agent java 
    
    
    
  3. (Optional) Specify the maximum amount of memory available to the JRE.
  4. [edit snmp agent java] 
    
    user@host# set heap-size heap-size 
    
    
    

Do not change this value unless instructed to do so by Juniper Networks.

  1. (Optional) Verify your configuration.
  2. [edit snmp agent java] 
    
    user@host# show 
    
    heap-size 160m;
    
    
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]