0

Nn a AIX interface, ulimit is defined across two stages,

  • One under etc/security -One under $WL_HOME/common/bin/commEnv.sh

Need to understand, the java objects coming spawning from managed servers uses which ulimit ?

jcoppens
  • 5,306
  • 6
  • 27
  • 47
Amit Baid
  • 107
  • 2
  • 3
  • 12

1 Answers1

0

The last one applied.

That is, the one in $WL_HOME/common/bin/commEnv.sh

just modify the start scripts before the java virtual machine is launched to "spit" the ulimit value set.

Daniel Ferradal
  • 2,727
  • 1
  • 13
  • 19
  • So to be on same page - When a managed server is started, the value of ulimit is picked from commEnv.sh. If this is yes, then the java objects spawning from the managed servers will use this ulimit value. – Amit Baid Aug 09 '16 at 16:59
  • @OP: Well, I don't know what this WL_HOME is, or what 'managed servers' you have; but if you want to be sure, set the *hard-limit* in /etc/security/login.cfg and the *soft-limit* in the server's startup-script. – Zsigmond Lőrinczy Aug 09 '16 at 18:25