Tagged Questions
2
votes
1answer
216 views
Can't add swap file on solaris
I'm trying to add a swap file on Solaris 10. I have already created a 2GB file swap.file. Then, I add a swap file with the command:
swap -a /swap.file
which shows an error:
/swap.file: size is ...
3
votes
2answers
327 views
Java process, swap (/proc Solaris10) memory highly utilized
How can I analyze high swap memory utilization of Solaris 10 for Java processes?
3
votes
1answer
593 views
Solaris swap allocation with mlocked shared memory
I'm having a hard time understanding how Solaris 10 x86 swap allocations work in the
presence of mlocked share memory.
I wrote a small program that:
Gets a 1G SHM segment (shmget)
Attaches it to ...