开发者

MongoDB troubleshooting on Windows (C#) (What to do?)

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 e开发者_如何学JAVAvery 10-60 minutes!!! I use official C# driver.

Thank you for advices!!!!!!!!!!!!!!!!!!!!

Closed


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.


I don't know what is causing your problem, but the points that spring to mind are:

  1. are you using an older version of MongoDB? Try the latest release.
  2. are you using the latest version of the driver? If not, try that.
  3. running mongoDB on 32bit is not at all ideal. I would only run it on 64bit - and have done so for a few months now without any similar problems.
  4. is anything appearing the logs, any errors?
  5. if nothing above helps, best thing to do is post it on the MongoDB forums as you'll get more help there
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜