Environment Variable for Operating System Resource Limits

This topic is part of Tuning the Siebel Server for All UNIX and Linux Operating Systems.

Set the environment variable SIEBEL_OSD_MAXLIMITS using one of the following methods (define the variable in the applicable profile for the Siebel Server):

  • C Shell:

    setenv SIEBEL_OSD_MAXLIMITS 1
    
  • Korn Shell or Bourne Shell:

    SIEBEL_OSD_MAXLIMITS=1;export SIEBEL_OSD_MAXLIMITS
    

Setting this variable to 1 specifies that operating system maximum values for resources will apply. Such resources might include coredumpsize, cputime, filesize, descriptors, maxmemory, and others.