From 650f6a89c60554a60725906990f36837bb48cb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luciano=20Gon=C3=A7alves?= Date: Thu, 1 Sep 2016 12:57:56 +0100 Subject: [PATCH] Remove own namespace from conf file --- aerospike/aerospike.conf | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/aerospike/aerospike.conf b/aerospike/aerospike.conf index 819f916f..5e577759 100644 --- a/aerospike/aerospike.conf +++ b/aerospike/aerospike.conf @@ -75,19 +75,3 @@ namespace test { data-in-memory true # Store data in memory in addition to file. } } - -namespace facestore { - replication-factor 2 - memory-size 1G - default-ttl 5d # 5 days, use 0 to never expire/evict. - - # storage-engine memory - - # To use file storage backing, comment out the line above and use the - # following lines instead. - storage-engine device { - file /opt/aerospike/data/facestore.dat - filesize 4G - data-in-memory true # Store data in memory in addition to file. - } -}