REGION and MEMLIMIT for the Endevor Web Services Spawn Task
search cancel

REGION and MEMLIMIT for the Endevor Web Services Spawn Task

book

Article ID: 243844

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

What is the recommended REGION and MEMLIMIT setting for the Endevor Web Services spawns ? Would MEMLIMIT be needed for this type of started task?

 

 

Environment

Release : 18.1

Component : Endevor Software Change Manager

Resolution

According to CSIQJCL(WSEWSSTC) - the sample Endevor web services spawn task JCL

//ENDEVOR  EXEC PGM=&MODULE,         
//         PARM='BC1PAPI0',          
//         DYNAMNBR=1500,REGION=7M   

REGION=7M is adequate to handle most situations, Broadcom recommand use 7M as the starting point for spawn task JCL EXEC region.   

The MEMLIMIT default is 2 GB, set in SMFPRMxx (for ZOS higher than V1R10), usually there is no need to specify MEMLIMIT in the spawn task JCL, spawn task will use the system default.  

In case 7M is not enough, consider specify REGION=0M on the job statement in JCL to implicitly set MEMLIMIT to NOLIMIT, which also overrides the system default (from SMFPRMxx).

Additional Information

https://www.ibm.com/docs/en/zos/2.2.0?topic=maebfizv-verify-that-virtual-storage-limits-are-set-properly