Vantage started task issued messages:
HZS0003E CHECK(CA_VANTAGE,VANTAGE_MEM_BELOW_THRSH@SAMS)
VANH0081E CA Vantage is running out of virtual memory below the 16MB line.
The message is related to IBM Health Checker for z/OS processes.
Vantage SRM is found to be running out of virtual memory below the 16MB line. Vantage SRM uses &T1 bytes out of &T2 bytes of available memory below the 16MB line. The threshold is &T3 bytes, set by the IBM HC parameter THRESHOLD. The system continues processing with the risk of memory related abends.
Find out if there is a memory leak or if customization is causing high memory usage above the accepted level. To do this, perform the following steps :
If you don't have SDSF, SYSVIEW or any other tool to conveniently display the Health checker in detail, the IBM utility can be used:
//REPORT EXEC PGM=HZSPRNT,REGION=0M, // PARM=('CHECK(CA_VANTAGE VANTAGE_MEM_BELOW_THRSH@SAMS)') //SYSOUT DD SYSOUT=*,DCB=(RECFM=FB,LRECL=256)
It should get an Explanation like this:
Vantage uses &T1 bytes out of &T2 bytes available.
The threshold is &T3 bytes, set by the IBM HC parameter THRESHOLD.
...what are the &Tx values?