How know when my mongoDB database overhead ?
Posted
by shingara
on Stack Overflow
See other posts from Stack Overflow
or by shingara
Published on 2010-03-15T17:21:26Z
Indexed on
2010/03/15
20:59 UTC
Read the original article
Hit count: 313
I installed a MongoDB database on my server. My server is in 32Bit and I can't change it soon.
When you use MongoDB in a 32Bit architecture you have a limit of 2,5Go of data, as mentionned in this MongoDB blog post.
The thing is that I have several database. So how can I know if I am close or not to this limit ?
© Stack Overflow or respective owner