From f7d5d1e5c9a04117f780a62cac970dbe24ddebf7 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Sat, 9 Nov 2013 11:42:43 -0700 Subject: [PATCH] [DOCS] Update store docs to indicate mmapfs is now the default on 64-bit Linux --- docs/reference/index-modules/store.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/index-modules/store.asciidoc b/docs/reference/index-modules/store.asciidoc index 31d11870324..2909e41e609 100644 --- a/docs/reference/index-modules/store.asciidoc +++ b/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: