Browse Source

[DOCS] Update store docs to indicate mmapfs is now the default on 64-bit Linux

Lee Hinman 12 years ago
parent
commit
f7d5d1e5c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/index-modules/store.asciidoc

+ 2 - 2
docs/reference/index-modules/store.asciidoc

@@ -59,8 +59,8 @@ The following sections lists all the different storage types supported.
 File system based storage is the default storage used. There are
 different implementations or storage types. The best one for the
 operating environment will be automatically chosen: `mmapfs` on
-Solaris/Windows 64bit, `simplefs` on Windows 32bit, and `niofs` for the
-rest.
+Solaris/Linux/Windows 64bit, `simplefs` on Windows 32bit, and
+`niofs` for the rest.
 
 The following are the different file system based storage types: