From users-return-666-apmail-directory-users-archive=directory.apache.org@directory.apache.org Wed Jul 18 19:02:54 2007 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 28637 invoked from network); 18 Jul 2007 19:02:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2007 19:02:54 -0000 Received: (qmail 68208 invoked by uid 500); 18 Jul 2007 19:02:41 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 68130 invoked by uid 500); 18 Jul 2007 19:02:40 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 68119 invoked by uid 99); 18 Jul 2007 19:02:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 12:02:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 18 Jul 2007 12:02:38 -0700 Received: (qmail 28543 invoked from network); 18 Jul 2007 19:02:31 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 18 Jul 2007 19:02:31 -0000 Message-ID: <469E63E5.3040902@apache.org> Date: Wed, 18 Jul 2007 21:03:01 +0200 From: Stefan Seelmann User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: LDAP Studio 0.8.0 :: runs slower and slower after lots of ldif imports exports References: <20070718121153.nz2qs7ma8fj4gwkg@nemo.granus-werkstatt.de> In-Reply-To: <20070718121153.nz2qs7ma8fj4gwkg@nemo.granus-werkstatt.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Markus, > I use LDAP Studio in version 0.8.0 thru the last weeks and I found out > that LDAP Studio becomes slower and slower after approx. 15 to 20 ldif > imports and exports (with some thousands objects in LDAP tree). I also noticed this behaviour. It also occurs if you delete a complete tree with thousands of entries. I think there is some kind of memory leak that occurs when doing such bulk operations. Could you please create a Jira? BTW: I am working on a refactoring of the I/O and connection handling of Apache Directory Studio, because it isn't very efficient at the moment. > > I thought about setting up memory usage and set logging higher, but did > not find out where to configure that. > Ok, you could try this as a workaround. Please start LDAP Studio via the command line: ldapstudio -vmargs -Xms512M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=128M > So can someone please tell me: > > - were I can set the memory usage (xms xmx) of LDAP Studio? > - were I can turn on logging? > - where I can define logging levels? Oh, logging. I am ashamed but there is not much logging in the Studio app. Could you please create another Jira, we really have to do this. > > TIA > Markus > Thanks, Stefan Seelmann