Sun N1 Service Provisioning System 6.0 Release Notes

Reset Maximum Java Heap Size to Import Large Plug-ins (6515287)

If you use the default maximum Java heap size for your N1 SPS master server, large plug-ins might not be successfully imported into your N1 SPS environment. This issue occurs on all non-Microsoft Windows platforms.

Workaround: Follow these steps.Edit the master server startup script (cr_server)

  1. If necessary, stop the master server.


    # N1-SPS-home/cr_server stop
    
  2. Edit the cr_server startup script, increasing the value of the CR_MAX_HEAP_SIZE parameter from 256 to 512 or 1024.

    If necessary, keep increasing this amount until the import issue no longer occurs.

  3. Restart the master server.


    # N1-SPS-home/cr_server start