In a JOB submission on UNIX/LINUX in fork mode the ulimits values of the submitting user account are not taken in account.
This can prevent JOBs from working, if they need a huge account of memory.
With the following Start parameter in the Agent config file:
=========================================
;start_Type=fork
start_type = batch
Korn Shell = nohup batch < \`su - &user -c "&jobFile 1>> &jobReport 2>&1"\`&
=========================================
with fork:
***************************************************************************
** ucxja64m version 12.2.2+hf.3.build.1554906206870 changelist 1554899507 **
** JOB 0193405637 (ProcID:0014352812) START AT 03.09.2019 / 14:40:07 **
** UTC TIME 03.09.2019 / 12:40:07 **
** TEXT=" Job started " **
***************************************************************************
+ /u01/app/sybase/bin/snapshotSybase.ksh TABJB
time(seconds) unlimited
file(blocks) 2097151
data(kbytes) unlimited
stack(kbytes) 524288
memory(kbytes) 32768
coredump(blocks) 0
nofiles(descriptors) 32768
threads(per process) unlimited
processes(per user) unlimited
with batch
***************************************************************************
** ucxja64m version 12.2.2+hf.3.build.1554906206870 changelist 1554899507 **
** JOB 0193407838 (ProcID:0023003346) START AT 03.09.2019 / 15:36:56 **
** UTC TIME 03.09.2019 / 13:36:56 **
** TEXT=" Job started " **
***************************************************************************
+ /u01/app/sybase/bin/snapshotSybase.ksh TABJB
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) unlimited
Release : 12.x
Component : AUTOMATION ENGINE
Subcomponent: Agent for Unix/Linux