08 Jun 2017 11:05 AM
Why the swapoff? Most experts agree that having no swap is not a good idea. You waste memory and when memory is filled your system crashes. So why this decision wasting lost of buffer space,
KR Henk
Solved! Go to Solution.
09 Jun 2017 09:45 AM
I assume this is for managed? Actually most Java exports would agree that swapping is a very bad idea for Java processes and recommend to turn off swap on a system that runs java.
Java accesses its memory in a "throughput" fashion, meaning there is very little that can be swapped out that is not needed soon after.
09 Jun 2017 10:01 AM
Hi Michael,
Yes this is for managed, thx!
KR Henk