Skip to content

Commit 4c18d1f

Browse files
No preallocation for MongoDB
1 parent 970df96 commit 4c18d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ubuntu-mongodb/mongodb.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ nohttpinterface = true
5656
#notablescan = true
5757

5858
# Disable data file preallocation.
59-
#noprealloc = true
59+
noprealloc = true
60+
smallfiles = true
6061

6162
# Specify .ns file size for new databases.
6263
# nssize = <size>

0 commit comments

Comments
 (0)