diff options
author | Dahlia Trimble | 2009-06-03 08:41:08 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-06-03 08:41:08 +0000 |
commit | 9e3b592fa3636cf3d50460e303173de55bcb3920 (patch) | |
tree | b2c39f6540fd52cc6382958f5604af1305210902 /bin/config-include | |
parent | Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an... (diff) | |
download | opensim-SC_OLD-9e3b592fa3636cf3d50460e303173de55bcb3920.zip opensim-SC_OLD-9e3b592fa3636cf3d50460e303173de55bcb3920.tar.gz opensim-SC_OLD-9e3b592fa3636cf3d50460e303173de55bcb3920.tar.bz2 opensim-SC_OLD-9e3b592fa3636cf3d50460e303173de55bcb3920.tar.xz |
Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache (Mantis #3759)
See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 8 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 8a95776..3825374 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -1,6 +1,7 @@ | |||
1 | [Modules] | 1 | [Modules] |
2 | ;AssetCaching = "CoreAssetCache" | 2 | ;AssetCaching = "CoreAssetCache" |
3 | AssetCaching = "GlynnTuckerAssetCache" | 3 | AssetCaching = "GlynnTuckerAssetCache" |
4 | ;AssetCaching = "CenomeMemoryAssetCache" | ||
4 | 5 | ||
5 | [AssetCache] | 6 | [AssetCache] |
6 | ; Number of buckets for assets | 7 | ; Number of buckets for assets |
@@ -16,3 +17,10 @@ | |||
16 | ; | 17 | ; |
17 | AssetServerURI = "http://myassetserver.com:8003" | 18 | AssetServerURI = "http://myassetserver.com:8003" |
18 | 19 | ||
20 | ; Optional configurations for CenomeMemoryAssetCache | ||
21 | ; Cache size 128 MB (default: 134217728) | ||
22 | ; MaxSize = 134217728 | ||
23 | ; Maximal asset count | ||
24 | ; MaxCount = 4096 | ||
25 | ; Asset's expiration time (minutes) | ||
26 | ; ExpirationTime = 30 \ No newline at end of file | ||
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index d607092..d772256 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -1,6 +1,7 @@ | |||
1 | [Modules] | 1 | [Modules] |
2 | ;AssetCaching = "CoreAssetCache" | 2 | ;AssetCaching = "CoreAssetCache" |
3 | AssetCaching = "GlynnTuckerAssetCache" | 3 | AssetCaching = "GlynnTuckerAssetCache" |
4 | ;AssetCaching = "CenomeMemoryAssetCache" | ||
4 | 5 | ||
5 | [AssetCache] | 6 | [AssetCache] |
6 | ; Number of buckets for assets | 7 | ; Number of buckets for assets |
@@ -20,3 +21,10 @@ | |||
20 | AssetLoaderArgs = "assets/AssetSets.xml" | 21 | AssetLoaderArgs = "assets/AssetSets.xml" |
21 | 22 | ||
22 | 23 | ||
24 | ; Optional configurations for CenomeMemoryAssetCache | ||
25 | ; Cache size 128 MB (default: 134217728) | ||
26 | ; MaxSize = 134217728 | ||
27 | ; Maximal asset count | ||
28 | ; MaxCount = 4096 | ||
29 | ; Asset's expiration time (minutes) | ||
30 | ; ExpirationTime = 30 \ No newline at end of file | ||