Process Limitations

Most of the Java options already described relate to settings that control memory allocation.

Keep in mind that there are other factors that may limit the resources available to a process and thereby constrain a process beyond the memory settings discussed.

See Also
Process Limitations
Other Java Settings
Key Live Collaboration Environment Variables

Examples of such factors are:

  • Limit settings in the environment, such as ulimit (sh) on Linux
  • The binary itself.