Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 57223 invoked from network); 9 Feb 2009 15:10:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 15:10:39 -0000 Received: (qmail 69757 invoked by uid 500); 9 Feb 2009 15:10:38 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 69733 invoked by uid 500); 9 Feb 2009 15:10:38 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 69722 invoked by uid 99); 9 Feb 2009 15:10:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 07:10:38 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.13.13.46] (HELO smtp107.prem.mail.ac4.yahoo.com) (76.13.13.46) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Feb 2009 15:10:29 +0000 Received: (qmail 75734 invoked from network); 9 Feb 2009 15:10:07 -0000 Received: from unknown (HELO drwoods.rtp.raleigh.ibm.com) (dwoods@129.33.49.251 with plain) by smtp107.prem.mail.ac4.yahoo.com with SMTP; 9 Feb 2009 15:10:07 -0000 X-YMail-OSG: 1OykyioVM1n2CKIsoaTCI8Ls6GEr6ADjqjwP5oB5dX5JynPy3SuyqdCanP.m3lAg46MELuUExKEPDQPsJL84i6cqsYx0pgRq5lVJwkHlGvt7EgWvvjam33kDHhi2YrC2LIP92YOscGxuJNPWNwHvqIgjGJREozDoX9fi8vYZdEC2q5fCwhVYuuBbHeRP X-Yahoo-Newman-Property: ymail-3 Message-ID: <4990474F.201@apache.org> Date: Mon, 09 Feb 2009 10:10:07 -0500 From: Donald Woods User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: dev@openjpa.apache.org Subject: Tuning tips for using DB2 with junit tests? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Does anyone have tuning tips for using DB2 with the openjpa-persistence-jdbc junit tests? I didn't find any mention of suggested config settings in the latest User's Guide. I tried running the junit tests with DB2 8.1.17 Express on WinXP (Dual Core w/ 2GB RAM) and got a lot of connection errors, even after upping the number of local maxappls to 20 (but had the memory usage capped at 500MB.) I'm going to try DB2 9.5 Express-C next, but was wondering if there were any setup or config steps to follow when creating the DB to use with for the junit tests? Thanks, Donald