2

開発環境に mongodb 2.0 を使用しています。構成ファイルを使用して、以下の構成でmongodbを開始しています。

replSet = ubsc
fork    = true
port    = 27017
dbpath  = /data/mongodb
logpath = /data/mongodb/mongodb.log
rest = true
smallfiles = true

私の質問は、構成ファイルで (smallfiles = true ) を設定してジャーナリング用の smallfiles を生成するオプションを設定しているにもかかわらずです。

アプリケーションに 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

ファイルが巨大なサイズになった理由を教えてください??

4

2 に答える 2