Native heap size with NSJ 11
The native heap size is limited to 12 GB. Java does not have command-line option to modify the value of the native heap size. If application requires more than 12 GB native heap size, then it can be modified by using the
xld -change heap_max option on Java launcher program.

