Reputation: 6686
I have trouble with MongoDB on Windows 7 (32 bit). I make some tests with adding/deleting data. So after some time (i do not know how much, maybe 10 minutes of non-stopping requests) MongoDB server still works but not answers! From console shell I tried command "show collections", but it stucks! The size of storage at this moment was only 160 MBs. This trouble was yesterday and it was before not always, but from time to time. And only after restarting MongoDB works fine before next such trouble. Help me please what to check, profile, etc. Finally MongoDB will work on 64 bit machines, but I am afraid, because I do not want to restart it every 10-60 minutes!!! I use official C# driver.
Thank you for advices!!!!!!!!!!!!!!!!!!!!
Closed
Upvotes: 0
Views: 249
Reputation: 705
You could watch some information about working mongodb on ip + 1000), so by default is http://localhost:28017.
Check amount of opened connections to mongo server.
Upvotes: 1
Reputation: 147224
I don't know what is causing your problem, but the points that spring to mind are:
Upvotes: 1