Windows 上的 MongoDB 故障排除 (C#)(该怎么办?)
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看有关在 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.
我不知道是什么导致了你的问题,但我想到的一点是:
I don't know what is causing your problem, but the points that spring to mind are: