mongos and config server on a 32bit machine?

15 views
Skip to first unread message

rbrc

unread,
Jan 27, 2012, 3:08:40 PM1/27/12
to mongodb-user
I'm wondering how bad of an idea it would be to setup mongos and the
config server on a 32bit machine. I recognize that the config data
would be limited to 2gb of data; is that enough space? The reason I
ask is because we host in EC2, and small and medium machines are only
32bit, and it seems like overkill to put mongos and the config server
on large machines.

Thanks.

Eliot Horowitz

unread,
Jan 27, 2012, 3:31:10 PM1/27/12
to mongod...@googlegroups.com
A mongos on a 32-bit instance isn't great as it will use ram for
connections, merging data, etc...

You could try it - but a bit risky...

> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>

Scott Hernandez

unread,
Jan 27, 2012, 3:34:10 PM1/27/12
to mongod...@googlegroups.com
Many people deploy the mongos process directly on their app-servers or
client machine so they don't need a dedicated resource for it.

With journaling in 2.0.x+ it is advisable to have more than 2 GB of
possible space so it is not suggested. You could turn off journaling
but that would lead to higher chance of data corruption/loss
potential. I would suggest against doing that if you can avoid it. You
could try it out and see if you feel comfortable with it.

On Fri, Jan 27, 2012 at 3:08 PM, rbrc <wedn...@gmail.com> wrote:

rbrc

unread,
Jan 27, 2012, 3:41:03 PM1/27/12
to mongodb-user
So realistically mongos needs more than 1.7gb of ram?

Eliot Horowitz

unread,
Jan 27, 2012, 10:33:33 PM1/27/12
to mongod...@googlegroups.com
There are lots of factors, but it could.
Reply all
Reply to author
Forward
0 new messages