How to change swappiness on a linux server ?
Swappiness is a feature in linux which tells the system kernel how much data to be swapped, or to be moved into swap memory and back to main memory. The...
Swappiness is a feature in linux which tells the system kernel how much data to be swapped, or to be moved into swap memory and back to main memory. The...
Today in this article, we will look at an interesting issue where we are getting error while adding new swap. I. Issue/Error Message bash-4.2$ sudo swapon -a swapon: /oracle/swapfile:...
Today we will see a quick way how to increase the pagefile size/swap size on an IBM AIX server. Lets see it step by step. 1. Check current pagefile size...
Today we will see some quick commands to see CPU, memory, and swap/pagefile usage in AIX. Lets have a look at them one by one. 1. CPU Usage To analyze...
Today we will look a small however useful tip to see swap usage in AIX. Here we will also check the top 15 processes sing high swap space on the...