You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/09/01 08:34:15 UTC

[2/4] incubator-kylin git commit: KYLIN-977 adjust echcache settings

KYLIN-977 adjust echcache settings


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/42fa50d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/42fa50d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/42fa50d9

Branch: refs/heads/0.8
Commit: 42fa50d93049ccb6d0877b1961193d18226f48dc
Parents: b65d8c0
Author: honma <ho...@ebay.com>
Authored: Sat Aug 29 18:36:50 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Sep 1 14:14:03 2015 +0800

----------------------------------------------------------------------
 server/src/main/resources/ehcache.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/42fa50d9/server/src/main/resources/ehcache.xml
----------------------------------------------------------------------
diff --git a/server/src/main/resources/ehcache.xml b/server/src/main/resources/ehcache.xml
index f8fc68d..29fce05 100644
--- a/server/src/main/resources/ehcache.xml
+++ b/server/src/main/resources/ehcache.xml
@@ -3,7 +3,7 @@
            eternal="false"
            timeToIdleSeconds="86400"
            memoryStoreEvictionPolicy="LRU"
-           maxBytesLocalHeap="500M"
+           maxBytesLocalHeap="50M"
             >
         <persistence strategy="none"/>
     </cache>
@@ -11,7 +11,7 @@
            eternal="false"
            timeToIdleSeconds="86400"
            memoryStoreEvictionPolicy="LRU"
-           maxBytesLocalHeap="100M"
+           maxBytesLocalHeap="50M"
             >
         <persistence strategy="none"/>
     </cache>
@@ -19,7 +19,7 @@
            eternal="false"
            timeToLiveSeconds="10800"
            memoryStoreEvictionPolicy="LRU"
-           maxBytesLocalHeap="100M"
+           maxBytesLocalHeap="50M"
             >
         <persistence strategy="none"/>
     </cache>