Return-Path: X-Original-To: apmail-poi-user-archive@www.apache.org Delivered-To: apmail-poi-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A333B10340 for ; Wed, 12 Jun 2013 21:02:16 +0000 (UTC) Received: (qmail 11165 invoked by uid 500); 12 Jun 2013 21:02:14 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 11131 invoked by uid 500); 12 Jun 2013 21:02:14 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 11092 invoked by uid 99); 12 Jun 2013 21:02:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 21:02:14 +0000 X-ASF-Spam-Status: No, hits=3.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of iching6@gmail.com designates 209.85.214.49 as permitted sender) Received: from [209.85.214.49] (HELO mail-bk0-f49.google.com) (209.85.214.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 21:02:10 +0000 Received: by mail-bk0-f49.google.com with SMTP id mz10so2670994bkb.22 for ; Wed, 12 Jun 2013 14:01:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MT5BRGhf32Yz4Z3QQEzLsPajtxQq/AGC7tPODHiT/EA=; b=alAHi2xlj7vzaad+rPxyemfXSbiY8gXq1xmvYN47eM2lnyrUMOj97WXmhvjWbRfzPC ARXwLzVE4FD7L6pQMuqW5+0DoAhkm75rgqzw6vG9g7YLwK5p5Svsj5kpSaEFC0bkKcp1 31p7j+IRAoSHoJXIE6vRZWxjAuElp2xGvrry0ron+SsndNpTqSP7VmtBdSCPWV63W6pr zD3bzpL7ZKlbbwKmzXgPhRCMi9ihQE+NKobo0d9NBPva4AwSMkGjSRQD7p71ADdlN8NT yfu/mSES8XZDCM/MlRydw4LPGtkeCU6N3O5cjFYW/E7Ydl/Gg5uUKjLNMRqE70M+TQWs 66Tg== MIME-Version: 1.0 X-Received: by 10.204.232.133 with SMTP id ju5mr3397983bkb.139.1371070908681; Wed, 12 Jun 2013 14:01:48 -0700 (PDT) Received: by 10.204.225.134 with HTTP; Wed, 12 Jun 2013 14:01:48 -0700 (PDT) In-Reply-To: <1371069347909-5712999.post@n5.nabble.com> References: <1371069347909-5712999.post@n5.nabble.com> Date: Wed, 12 Jun 2013 14:01:48 -0700 Message-ID: Subject: Re: problem running on the mainframe From: "C.Y. CHEN" To: POI Users List Content-Type: multipart/alternative; boundary=485b3978b9c779819704defb52c0 X-Virus-Checked: Checked by ClamAV on apache.org --485b3978b9c779819704defb52c0 Content-Type: text/plain; charset=UTF-8 1. You can try jconsole (Java Monitoring & Management Console), part of your JDK installation located in the bin folder. 2. Once launched, whether local or remote from your mainframe, you can select to connect to your POI JVM. 3. Monitor and see what is going on to the heap usage. Which version of Java is used in mainframe? How much physical RAM is available to your mainframe? On Wed, Jun 12, 2013 at 1:35 PM, carl sandburg wrote: > Has anybody tried running a java program that uses POI on a mainframe in > batch under UNIX System Services? We are having a problem creating a > "large" spreadsheet - about 130k rows - the job goes well for about 30k > records, then starts swapping out, then dies with "out of memory". > > we've used java/POI many times in the past to create smaller spreadsheets. > no problem. > > memory is set about as high as it will go: > > IJO="-Xms16m -Xmx1500m" > > > any suggestions? > > thanks > > > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/problem-running-on-the-mainframe-tp5712999.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@poi.apache.org > For additional commands, e-mail: user-help@poi.apache.org > > --485b3978b9c779819704defb52c0--