Found Out of memory in WAS85. cannot do start/stop/deploy etc.
Found the ulimit is just 1024
> ulimit -u
1024
the limitation is in:
/etc/security/limits.d/90-nproc.conf
* soft nproc 1024
Solution:
Add 2 entries in:
/etc/security/limits.conf
wasadm soft nproc 65536
wasadm hard nproc 65536