Just for the information,
I had a staging vps with 64Mb (!) RAM - for test purposes mongo worked
fine for me, handling a couple of thousands documents, raw db data
size was about 1Gb.
Now I'm staging on VPS with 256Mb RAM.. Facing and tracking the
problems is quite straightforward - at some critical moment swapping
becomes huge and some queries start to consume alot of time.
On 15 сен, 19:37, Kyle Banker <
k...@10gen.com> wrote:
> There are a lot of way to monitor. Probably the best is to keep an eye on
> performance. If the MongoDB log starts showing a lot of slow queries (i.e.,
>
> > 100ms), then it's probably time to start upgrading.
>
> You can check the % disk utilization:
>
> iostat -x 2
>
> Check the server status for index miss rate:
>
> db.serverStatus();
>
> And check index and data sizes:
>
> db.stats();
>