Windows 7 Mongodb聚合管道allowDiskUse errno:24太多打开的文件

时间:2019-04-04 23:22:53

标签: mongodb pipeline aggregation

我正在Windows 7 64位上运行mongodb 3.6.10。 在4000万个记录集合上运行聚合管道时,出现以下错误:

assert: command failed: {
        "ok" : 0,
        "errmsg" : "error opening file \"bin\\data/_tmp/extsort.2789\": errno:24 Too many open files",
        "code" : 16818,
        "codeName" : "Location16818"
} : aggregate failed
_getErrorWithCode@src/mongo/shell/utils.js:25:13
doassert@src/mongo/shell/assert.js:16:14
assert.commandWorked@src/mongo/shell/assert.js:403:5
DB.prototype._runAggregate@src/mongo/shell/db.js:260:9
DBCollection.prototype.aggregate@src/mongo/shell/collection.js:1212:12

我想知道一种解决此问题的方法,例如增加临时文件的大小或增加Windows上打开的最大文件数。

(这里Increasing no of file handles in Windows 7 64 bit表示限制为16M,这是很大的数字。)

有可能吗? 还有其他想法吗?

谢谢

-更新-

发现了这个,我也有相同的16384限制.....

https://social.technet.microsoft.com/Forums/en-US/f2bc07f5-5a2d-40ef-b6f1-7957581bd74c/increasing-the-quotmaximum-open-files-per-sessionquot-limit?forum=winserverfiles

-更新-

好吧,解决方法是将聚合管道分成两个阶段。那行得通。他们创建了1300和1800个临时文件

0 个答案:

没有答案