Sun Management Center 3.6.1 User's Guide

ProcedureTo Increase Agent Memory Size

  1. Become superuser on the agent host.


    # su -
    
  2. Copy the file agent-stats-d.def to /var/opt/SUNWsymon.


    # cp /opt/SUNWsymon/modules/cfg/agent-stats-d.def /var/opt/SUNWsymon/cfg/
    
  3. In the /var/opt/SUNWsymon/cfg/agent-stats-d.def file, increase the alarmlimit:error-gt to the desired value as shown in the following code segment.

    The value is in Kbytes.


    procstats = {
            size = {
                statusActions(error-gt)
          = abort
                statusService(abort) 
          = _internal
                statusCommand(abort) 
          = abort "Excessive Virtual Memory Use"
                alarmlimit:error-gt = 70000
                alarmlimit:warning-gt = 60000
                alarmlimit:info-gt =
            }
         .....
         }
  4. Save the file and restart the agent.