Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 mongodb 删除对象时,我遇到了这个奇怪的问题。我正在使用 mongoid 作为 orm。Mongod 服务已启动并正在运行。我可以访问数据,例如SomeModel.all.count,这会给我带来价值。但是当我尝试这样做时SomeModel.destroy_all,会出现以下错误。
SomeModel.all.count
SomeModel.destroy_all
我正在使用 rails4、mongoid4、轻便摩托车 2.0.beta2
告诉我我还应该提供什么数据。
听起来您的套接字用完了,请尝试提高 mongod 和应用程序的文件描述符限制:
ulimit -n 2048