IBM APAR OA38553
A new feature in Netview V6 that creates a 2GB dataspace attached to the *MASTER* task which will gradually grow from 0 to 2 GB in size and is somewhat catastrophic to a system that isn't expecting this - the systems affected were previously quite happy to run in 2GB real memory with no paging
This is the default behavior - and you can't turn the new feature off (though you can restrict the size of the dataspace to 512M)
If you issue this command on a SOLVE region it will show the storage used every hour (note the full stop after the 1, without that the default is to assume minutes and that will produce too much log output):
SUB BSYS EVERY 1. KEEP=SYS CMD=SH BUFF
You could put it in the NMREADY member so it gets executed at start-up and will be there even if the region is recycled.