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)
If necessary, stop the master server.
# N1-SPS-home/cr_server stop |
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.
Restart the master server.
# N1-SPS-home/cr_server start |