Skip to main content

Virtual Memory

My mac laptop got crash by (null) process. Before crash it, I captured it from active monitor.
The process had virtual memory more than 1600000TB.

Where this mac hid such a big storage?????

Comments

This is virtual memory size, the process was probably just allocating memory with zeroes in it.
daikihi said…
Hello thias.
Thank you!!!!

Maybe, I understand about it.

I used javaclient2 for Player/Stage.
And, I executed a client program on NetBeans.
I killed Player server process before killing the client process.
It was problem... maybe.