Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 82904 invoked from network); 8 Apr 2010 09:08:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 09:08:31 -0000 Received: (qmail 88798 invoked by uid 500); 8 Apr 2010 09:08:31 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 88725 invoked by uid 500); 8 Apr 2010 09:08:31 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 88714 invoked by uid 99); 8 Apr 2010 09:08:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 09:08:30 +0000 X-ASF-Spam-Status: No, hits=-1247.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 09:08:29 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 271AB234C48D for ; Thu, 8 Apr 2010 09:08:09 +0000 (UTC) Message-ID: <1243082638.8811270717689152.JavaMail.jira@brutus.apache.org> Date: Thu, 8 Apr 2010 09:08:09 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-2594) Make cache limits configurable In-Reply-To: <1660028954.8741270716938008.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2594. -------------------------------- Resolution: Fixed In revision 931838 I added support for the following system properties: org.apache.jackrabbit.maxCacheMemory - max memory used for all caches (in bytes, default 16MB) org.apache.jackrabbit.maxMemoryPerCache - max memory used for a single cache (in bytes, default 4MB) org.apache.jackrabbit.minMemoryPerCache - min memory used for a single cache (in bytes, default 128kB) org.apache.jackrabbit.cacheResizeInterval - cache resize interval (in ms, default 1s) Merged to the 2.1 branch in revision 931840. > Make cache limits configurable > ------------------------------ > > Key: JCR-2594 > URL: https://issues.apache.org/jira/browse/JCR-2594 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Fix For: 2.1.0 > > > The cache settings of the CacheManager class (JCR-619) can be adjusted programmatically (JCR-725), but it would be nice if there was also a way to set them with system properties or ideally as a part of the repository configuration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.