aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini
diff options
context:
space:
mode:
authoronefang2021-09-16 14:25:42 +1000
committeronefang2021-09-16 14:25:42 +1000
commit3f36bc0033a4018eda973be54746d8dfaead14b2 (patch)
treed8a2159d6ea7f0c124243909ce35c6fa44177b1d /bin/config-include/GridCommon.ini
parentMissed a clean up. (diff)
downloadopensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.zip
opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.gz
opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.bz2
opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.xz
Disable Flotsam cache.
Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste.
Diffstat (limited to '')
-rw-r--r--bin/config-include/GridCommon.ini4
-rw-r--r--bin/config-include/GridCommon.ini.example4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini
index 26accd9..8b296c6 100644
--- a/bin/config-include/GridCommon.ini
+++ b/bin/config-include/GridCommon.ini
@@ -63,8 +63,8 @@
63 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 63 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
64 ; I think only Windows needs caching, haven't noticed any difference under Linux, which uses spare memory for file caching anyway. 64 ; I think only Windows needs caching, haven't noticed any difference under Linux, which uses spare memory for file caching anyway.
65 65
66 AssetCaching = "FlotsamAssetCache" 66; AssetCaching = "FlotsamAssetCache"
67 Include-FlotsamCache = "config-include/FlotsamCache.ini" 67; Include-FlotsamCache = "config-include/FlotsamCache.ini"
68 68
69 ;AssetCaching = "CenomeMemoryAssetCache" 69 ;AssetCaching = "CenomeMemoryAssetCache"
70 ;Include-CenomeCache = "config-include/CenomeCache.ini" 70 ;Include-CenomeCache = "config-include/CenomeCache.ini"
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 669ba38..b453157 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -57,8 +57,8 @@
57 ;; Copy the config .example file into your own .ini file and adapt that. 57 ;; Copy the config .example file into your own .ini file and adapt that.
58 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 58 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
59 59
60 AssetCaching = "FlotsamAssetCache" 60; AssetCaching = "FlotsamAssetCache"
61 Include-FlotsamCache = "config-include/FlotsamCache.ini" 61; Include-FlotsamCache = "config-include/FlotsamCache.ini"
62 62
63 ;AssetCaching = "CenomeMemoryAssetCache" 63 ;AssetCaching = "CenomeMemoryAssetCache"
64 ;Include-CenomeCache = "config-include/CenomeCache.ini" 64 ;Include-CenomeCache = "config-include/CenomeCache.ini"