Author: sshyrkov
Date: Mon Jul 16 14:42:27 2007
New Revision: 18011

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18011&repname=
=3Djahia
Log:
Cache limits configuration removed as it is not used anymore

Modified:
    trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton

Modified: trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/WEB-INF/etc/config/jahia.skeleton&rev=3D18011&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton (original)
+++ trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton Mon Jul 16 14:4=
2:27 2007
@@ -161,41 +161,6 @@
 # WEB-INF/etc/spring/applicationcontext-hibernate.xml configuration
 # file.
 #
-# By default cache have no limits. If you want to set a size
-# limit for a cache, use the following syntax :
-#
-#   max_cached_CACHENAME =3D LIMIT
-#
-# where CACHENAME is the name of the cache that corresponds
-# to the "Server and Cache Status" name in parenthesis, and
-# LIMIT is a number that corresponds to the max number of
-# entries we want to allow in the cache.
-#
-# Here below we present some example, but note that these are not
-# the complete number of caches in Jahia.
-#
-# For the meantime there are some caches you should leave unlimited,
-# such as the ACL caches, otherwise Jahia will not behave properly
-# (it assumes the whole content of the DB table is in memory).
-#
-#max_cached_ContentFieldCache                           =3D   20000
-#max_cached_FieldCache                                  =3D   20000
-#max_cached_PageChildCache                              =3D   10000
-#max_cached_ContainerCache                              =3D   2000
-#max_cached_TextFileCache                               =3D   1000
-#max_cached_PageInfoCache                               =3D   10000
-#max_cached_LDAPGroupsCache                             =3D   165
-#max_cached_LDAPUsersCache                             =3D   20000
-#max_cached_PortletsOutputCache                         =3D   10000
-#max_cached_PortletsRequestCache                        =3D   10000
-#
-#max_cached_PAGEPATH_CACHE =3D 50000
-#max_cached_CONTENTPAGEPATH_CACHE =3D 50000
-# Usually the only cache we recommend that you limit is the output (HTML)
-# cache, which can be configured like this :
-#
-#max_cached_HTMLCache                                   =3D   2000
-
 # The entry allow you to specify the amount of free memory you wnat to kee=
p in your jvm
 # If we reach this limit jahia will remove entries of his cahce until if g=
et under this limit
 # this limit must be express in MB size

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to