New on LowEndTalk? Please Register and read our Community Rules.
Not real memory in VPS
Hi, I have my 3th DNSONLY server in Host1plus.com VPS with 512MB of RAM and I get memory errors when it should have most of the memory available.
Look here: http://snag.gy/17vpX.jpg
And here: http://snag.gy/a7ODN.jpg
I should say that's an overselling issue, there's no real memory for the VPS instances, right ?
Comments
http://www.linuxatemyram.com/play.html
Try munch.c!
Looks like cache is eating your RAM, run this to clear it -
free && sync && echo 3 > /proc/sys/vm/drop_caches && free
@linuxthefish - I'll check
@rmlhhd I get error:
What is output of free -m ?
Ah, got that.
You've 477144 MB RAM free. Check http://www.linuxatemyram.com for reference.
Can you tell me that which SSH client are you using ?
Seems better than putty.
MobaXterm --> mobaxterm.mobatek.net
Permission denied because i assume your vps are openvz, and not xen/kvm. To perform drop caches are available in xen/kvm but not in openvz.
KB :P
cat /proc/user_beancounters
No buffer space available sounds like you're hitting tcpsndbuf, tcprcvbuf, or othersockbuf. You may also be hitting the limit for iptables rules in the container configuration. You're running CSF, I'm willing to bet you've opted to ban countries in the firewall. That's usually the reason I see people hitting that limit with iptables on VZ.
For memory, the value of physpages (what is reflected in free command) is not your sole memory limitation. You should see what limit you are hitting from the same output as above.
What plattform are they using for vps servers? Is that based on openvz?