When you define a UNIX job, you can set the job to modify resource limits. For example, you can define a job that modifies the maximum core file size and CPU time on the UNIX computer.
To modify resource limits in a UNIX job, specify the ULIMIT statement in the job definition.
Example: Specify Multiple ulimit Values
This example runs the procrun.sh script on the UNIXAGT agent. The job modifies the following resource limits on the UNIX computer:
AGENT UNIXAGT SCRIPTNAME /ul/procrun.sh ULIMIT TYPE(C) SOFT(100) HARD(200) ULIMIT TYPE(S) SOFT(250) HARD(300) ULIMIT TYPE(T) SOFT(1000) HARD(4000) ULIMIT TYPE(M) SOFT(3332) HARD(unlimited)
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|