我将 mongodb 2.0 用于我的开发环境。我正在通过配置文件使用以下配置启动 mongodb。
replSet = ubsc
fork = true
port = 27017
dbpath = /data/mongodb
logpath = /data/mongodb/mongodb.log
rest = true
smallfiles = true
我的问题是,即使我通过在我的配置文件中设置 (smallfiles = true) 来设置为日志生成小文件的选项。
我只访问了应用程序5分钟,(5-10分钟),日志文件夹内的文件已经增长到一个巨大的大小
[mark_user@ubsdvf.oitreo.com journal]$ ls -lrt
total 393632
-rw------- 1 s606970 s606970 134217728 Oct 21 07:41 prealloc.1
-rw------- 1 s606970 s606970 134217728 Oct 21 07:46 prealloc.2
-rw------- 1 s606970 s606970 88 Oct 21 08:42 lsn
-rw------- 1 s606970 s606970 134217728 Oct 21 08:42 j._0
请让我知道为什么文件会变得很大?