Clear swap in Centos

Print memory usage

[root@localhost]# free -m
             total       used       free     shared    buffers     cached
Mem:         15658      11521       4137          0         17       4398
-/+ buffers/cache:       7105       8553
Swap:         4095       3995        100

Clear swap (may take a time)

[root@localhost]# swapoff -a && swapon -a

Memory usage after swap clearing

[root@localhost]# free -m
             total       used       free     shared    buffers     cached
Mem:         15658      15490        168          0         21       4437
-/+ buffers/cache:      11030       4627
Swap:         4095          4       4091

 

Was this answer helpful?

 Print this Article

Also Read

Adding a new disk drive to Centos 6

Installing a new HDD The disk drives in Centos is named hd* or sd*. In system with only one...

Usefull linux tools

please note: for installing some toosl you ned to connect EPEL repo first. htop -extened version...

Squid with authentication on Centos 6

How to install Squid with authentication on Centos 6 >>Get VPS with current...

Configure OpenVPN client on Windows

How to configure OpenVPN client on Windows: First download and install the client. Then...

DDoS

Diagnostic To display how many http connections are open at the moment, enter: netstat |...