sometimes i can see core dump file of Websphere process generated in my Linux system. I think it as full core file. However, when i check with ulimit -a
, that would return with core file size 0
as one of them.
From my understanding, that core file size 0
means no core dump file would be produced in that environment. But if so, why that Websphere Application Server process can it happen at that moment?
Thanks