Windows 上的 MongoDB 故障排除 (C#)(该怎么办?)

发布于 2024-10-23 23:07:59 字数 384 浏览 1 评论 0原文

我在 Windows 7(32 位)上使用 MongoDB 时遇到问题。我通过添加/删除数据进行了一些测试。所以一段时间后(我不知道多少,也许是10分钟不间断的请求)MongoDB服务器仍然可以工作,但没有答案!从控制台 shell 中,我尝试了命令“show collections”,但它卡住了!此时的存储大小仅为 160 MB。这个麻烦是昨天的事,之前也不是一直有,而是时不时地发生。并且只有在重新启动 MongoDB 后才能正常工作,然后才会出现下一次这样的麻烦。请帮助我检查什么、配置文件等。最后,MongoDB 将在 64 位机器上运行,但我很害怕,因为我不想每 10-60 分钟重新启动一次!我使用官方 C# 驱动程序。

谢谢各位的建议!!!!!!!!!!!!!!!

关闭

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

亚希 2024-10-30 23:07:59

您可以查看有关在 ip + 1000 上运行 mongodb 的一些信息,因此默认情况下是 http://localhost:28017

检查与 mongo 服务器打开的连接数量。

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.

治碍 2024-10-30 23:07:59

我不知道是什么导致了你的问题,但我想到的一点是:

  1. 你使用的是旧版本的 MongoDB 吗?尝试最新版本。
  2. 您使用的是最新版本的驱动程序吗?如果没有,请尝试一下。
  3. 在 32 位上运行 mongoDB 一点也不理想。我只会在 64 位上运行它 - 并且已经这样做了几个月,没有任何类似的问题。
  4. 日志中是否出现任何内容,有任何错误吗?
  5. 如果以上都没有帮助,最好的办法是将其发布到 MongoDB 论坛,因为您会在那里获得更多帮助

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
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文