Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

problem RAM , up, up, up

General questions about VestaCP
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
flacosa
Posts: 43
Joined: Thu Mar 05, 2015 11:40 pm

problem RAM , up, up, up
  • Quote

Post by flacosa » Tue Jan 31, 2017 10:03 pm

Update to 9.8.17 the ram of my servers constantly goes up
Server 1
Image

Server 2
Image



any ideas

Thanks
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: problem RAM , up, up, up
  • Quote

Post by skurudo » Wed Feb 01, 2017 2:51 pm

Unfortunately there is a bug in current version. New memory function ignores available cached/buffered memory. I can assure you that the real memory consumption on your server hasn't changed since release. Bugfix will be available soon.

Old method:

Code: Select all

[root@r6 ~]# free -m |awk '{print $4}'|head -n3 |tail -n1
404
New method:

Code: Select all

[root@r6 ~]# free -m |grep Mem |awk '{print $4}'
98
viewtopic.php?f=10&t=4590&start=10#p53313
Top

flacosa
Posts: 43
Joined: Thu Mar 05, 2015 11:40 pm

Re: problem RAM , up, up, up
  • Quote

Post by flacosa » Wed Feb 01, 2017 6:08 pm

Code: Select all

free -m |grep Mem |awk '{print $4}'98
Does this code solve the bug?
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: problem RAM , up, up, up
  • Quote

Post by skurudo » Thu Mar 02, 2017 11:58 am

It's not a solution, it's explanation.
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password