From commits-return-48106-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Mon Dec 03 16:43:04 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 94048 invoked from network); 3 Dec 2007 16:43:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2007 16:43:04 -0000 Received: (qmail 62892 invoked by uid 500); 3 Dec 2007 16:42:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 62866 invoked by uid 500); 3 Dec 2007 16:42:52 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 62857 invoked by uid 99); 3 Dec 2007 16:42:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 08:42:52 -0800 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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 16:42:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF65C714231 for ; Mon, 3 Dec 2007 08:42:43 -0800 (PST) Message-ID: <12267349.1196700163978.JavaMail.jira@brutus> Date: Mon, 3 Dec 2007 08:42:43 -0800 (PST) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5007) [buildtest][eut] adaptor must check Linux limitations In-Reply-To: <15456084.1193132330572.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Beliaev updated HARMONY-5007: -------------------------------------- Attachment: (was: 02-H5007.patch) > [buildtest][eut] adaptor must check Linux limitations > ----------------------------------------------------- > > Key: HARMONY-5007 > URL: https://issues.apache.org/jira/browse/HARMONY-5007 > Project: Harmony > Issue Type: Sub-task > Components: build - test - ci > Environment: Linux > Reporter: Vladimir Beliaev > Assignee: Stepan Mishura > Attachments: 01-H5007.sh, 02-H5007.patch > > > EUT may fail due to resources limitation on the current machine. Like there should be set: > # max memory size > ulimit -m 2000000 > # stack size > ulimit -s 8182 > # open files > ulimit -n 8192 > I think it worth checking from adaptors these settings are in place be running EUT... This would safe a lot of time for evaluating EUT failures caused by host limitations. > If someone knows a good way to get the shell command information to ant context - you welcome to share it (I'm not 'ant' expert)... I'm going to use something like: > > dir="${basedir}" > failonerror="false" > logError="false" > resultproperty="ulimit.memory.size"> > > > > > > Thanks > Vladimir Beliaev -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.