From owner-freebsd-java@FreeBSD.ORG Tue Mar 4 13:53:34 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93F3D1065673 for ; Tue, 4 Mar 2008 13:53:34 +0000 (UTC) (envelope-from fernando.sanchez.jr@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0038FC23 for ; Tue, 4 Mar 2008 13:53:34 +0000 (UTC) (envelope-from fernando.sanchez.jr@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so662306qbd.7 for ; Tue, 04 Mar 2008 05:53:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=8ddyiPSCWohDDbRtu4uwGiO6wU0bCTXrFz60OZ0CieQ=; b=uQlN8KMoMykET390AMLhtaMAdJs7pbY5XEJMvh1oWti4cpxzuaiou9UHNjLlRbQMPMIod882Nt7A5ZDptxiNxWlj9sqsBw7V0Nzsowx6VTneJenxERAsHm2pVpkWF1hJ3YJJUhkUKe+yZNBDv7lZUfpyEPHhPs0Fro/0F8MFS/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=QXxhz9YiaAW4ZgDg1Tx9IB+qvZRDQGqA3MhkKCBVpH0bNManSB5QefmwrJ7b+RCchY5O1X2VgnZvH+jKgKtq6fu2nd3jZoI2WITPjVcacBrsWXJeI8S2oE/tBM4iSDCvK1ssXPqnvzv9wXw/+CU82WBF/B+DaiuxkuBWVfVzxmc= Received: by 10.140.139.3 with SMTP id m3mr560074rvd.165.1204637932842; Tue, 04 Mar 2008 05:38:52 -0800 (PST) Received: by 10.141.132.13 with HTTP; Tue, 4 Mar 2008 05:38:52 -0800 (PST) Message-ID: <2be802c80803040538m28db0afcm32745678ff446a58@mail.gmail.com> Date: Tue, 4 Mar 2008 09:38:52 -0400 From: "Fernando Sanchez" Sender: fernando.sanchez.jr@gmail.com To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 3dde7f2174f99b65 Subject: Question regarding diablo-jdk X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 13:53:34 -0000 Hi! I have a bit of a problem with the diablo-jdk and Tomcat. See, it's eating up all my memory, and I don't have that much of it on the target machine. Now I see this cache being allocated at the beginning (256 MB), and I wonder if there is a parameter to prevent this from happening, and using a more resource-friendly way of allocating memory. Or if there is anything else I can do, short of adding more memory, which is not possible in my situation.