2017-10-19 134 views
1

我在Sierra的提案開發中在我的Macbook上運行MongoDB 3.0,但在將其更新到High Sierra後,寫入操作變得非常緩慢。我試着谷歌關於這個問題,但任何結果。我已將存儲更改爲WiredTiger,沒有任何反應。有沒有人更新,並得到了我在這裏有同樣的問題?MongoDB在MacOs中運行High Sierra的寫操作非常緩慢

我把我的實際mongo.conf:

systemLog: 

    destination: file 

    path: /usr/local/var/log/mongodb/mongo.log 

    logAppend: true 

storage: 

    dbPath: /usr/local/var/mongodb 

    engine: "wiredTiger" 

net: 

    bindIp: 127.0.0.1 

感謝

回答

0

這恰好是與蘋果新的文件系統(的APF)的問題:

的MongoDB 3.6是未在APFS上測試,這是MacOS 10.13中的新文件系統,可能會遇到錯誤。

來源:the mongodb documentation

相關問題