IT Process Automation

 View Only
  • 1.  PAM tmp folder growing

    Broadcom Employee
    Posted Nov 11, 2013 12:59 AM

    You may notice that the %PAM_HOME%\server\c2o\tmp and its subfolders are growing large. These folders are jboss/java related files. Deleting them when the
     services are running may cause unpredictable results.  You can stop the PAM service and delete these files, however, they will be regenerated after the PAM service is restarted. And we do not have a way to stop them from being regenerated.

    By changing some settings in c2osvcw.conf, we should get smaller tmp folder size:

    Shutdown PAM (stop the service) and manually delete the tmp directory

    Change in the c2osvcw.conf file the following parameters:

    From:

    # Initial Java Heap Size (in MB)

    wrapper.java.initmemory=128

    # Maximum Java Heap Size (in MB)

    wrapper.java.maxmemory=1024

    To

    # Initial Java Heap Size (in MB)

    wrapper.java.initmemory=2048

    # Maximum Java Heap Size (in MB)

    wrapper.java.maxmemory=2048

     

    Start PAM servies

    Observe if the tmp directory increases in size