Written by James McDonald

August 5, 2011

Just checking if my Dreamhost VPS has had the memory reduced yet

Before:

[me@mybox]$ free -m
             total       used       free     shared    buffers     cached
Mem:          2300         97       2202          0          0         12
-/+ buffers/cache:         84       2215
Swap:            0          0          0

After:

[me@mybox]$ free -m
             total       used       free     shared    buffers     cached
Mem:           300        112        187          0          0         13
-/+ buffers/cache:         99        200
Swap:            0          0          0

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...