Howdy, Stranger!

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


Running MongoDB on a LEB
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.

Running MongoDB on a LEB

gsrdgrdghdgsrdgrdghd Member
edited July 2012 in General

Hey
Does anyone have experience with running MongoDB on a LEB (256-512mb)? How well does it work?

Thanked by 1Surge

Comments

  • I got it on an 512mb vServer and it worked fine (default install from their sources).
    Runs for a long time, top output:

    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    9497 mongodb 20 0 1701m 8884 0 S 0 1.7 45:45.90 mongod

    I could probably optimize it more but it has not been a problem at all so I didnt bother.

    Thanked by 1TheHackBox
  • SurgeSurge Member

    Runs fine on Xen. Will only work on OVZ if using vSwap.

  • lbftlbft Member

    Yeah, don't even try to use MongoDB on OpenVZ unless it's vSwap.

    Even on .32 kernels (with better memory management) it won't work with burst, only vSwap. The worst thing is that it'll appear to work for a while until your data grows to a certain size.

Sign In or Register to comment.