Setting the memory limits for Node.js
Node.js applications typically require more memory than those written in compiled languages, in part due to the Node.js applications ability to service many client requests simultaneously. You must ensure that CICS and Node.js have enough storage and memory available to run Node.js applications.
About this task
The storage that is required for a Node.js application is not allocated from CICS-managed storage areas such as the DSA, EDSA, or GDSA. but instead uses storage from the available MVS private areas. It is important to ensure that sufficient non-allocated private area region storage is available in the 24-bit, 31-bit, and 64-bit addressing areas. CICS cannot use its short-on-storage mechanism when private area region storage is running low.