Why is the database of a Meteor app that has been run once (and never loaded) taking up nearly 3GB?

前端 未结 4 1709
名媛妹妹
名媛妹妹 2021-01-12 03:05

UPDATE: this was fixed after Meteor v0.4 (2012). For historical purposes:


Excerpt from du:

2890768 ./Code/Meteor/         


        
4条回答
  •  借酒劲吻你
    2021-01-12 04:04

    Maybe you can use smallfiles=true parameter for mongoDB? It will create smallest prealloc files

提交回复
热议问题