Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


why OpenVZ VPS uses less RAM?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

why OpenVZ VPS uses less RAM?

qtwrkqtwrk Member

Hi,

I don't really ever used OpenVZ VPS , but I got a weird question.

I have a OVZ VPS on hand , installed something like apache + mysql , for same thing I installed on a KVM machine it should at least uses 500MB RAM , but on this OVZ VPS , free -m command shows only used 8 MB RAM.

so what's going on with OVZ?

Comments

  • williewillie Member

    run netstat -lp to check whether apache and mysql are actually running.

  • qtwrkqtwrk Member

    @willie said:
    run netstat -lp to check whether apache and mysql are actually running.

    yes , I even placed a demo wordpress on it ...

  • ma2tma2t Member

    You seems to forget the shared/buffered/cached memory who's reserved by your processes.

  • yomeroyomero Member

    It's in part because OpenVZ containers don't run any kernel processes like KVM or other virtualization platforms and share the same kernel of the host machine. Then, you save some memory with this.

  • huntercophuntercop Member
    edited July 2018
Sign In or Register to comment.