From issues-return-55117-apmail-geode-issues-archive=geode.apache.org@geode.apache.org Wed Oct 30 16:01:02 2019 Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 651E019F18 for ; Wed, 30 Oct 2019 16:01:02 +0000 (UTC) Received: (qmail 46964 invoked by uid 500); 30 Oct 2019 16:01:01 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 46897 invoked by uid 500); 30 Oct 2019 16:01:01 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 46864 invoked by uid 99); 30 Oct 2019 16:01:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2019 16:01:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E43E7E2F4E for ; Wed, 30 Oct 2019 16:01:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 65718780486 for ; Wed, 30 Oct 2019 16:01:00 +0000 (UTC) Date: Wed, 30 Oct 2019 16:01:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-7367) Specify memory usage for Cargo test containers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-7367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16963160#comment-16963160 ] ASF subversion and git services commented on GEODE-7367: -------------------------------------------------------- Commit ca1a8b3e81d2b9556cc87f84b811108f644c37a1 in geode's branch refs/heads/feature/GEODE-7358 from BenjaminPerryRoss [ https://gitbox.apache.org/repos/asf?p=geode.git;h=ca1a8b3 ] GEODE-7367: Unignore Tomcat7079WithOldModulesMixedWithCurrentCanDoPutFromCurrentModuleTest (#4244) Co-authored-by: Donal Evans Co-authored-by: Benjamin Ross > Specify memory usage for Cargo test containers > ---------------------------------------------- > > Key: GEODE-7367 > URL: https://issues.apache.org/jira/browse/GEODE-7367 > Project: Geode > Issue Type: Improvement > Components: tests > Reporter: Benjamin P Ross > Assignee: Benjamin P Ross > Priority: Major > Time Spent: 1.5h > Remaining Estimate: 0h > > Currently the server container class used by cargo tests has no specification for max and initial heap causing them to default to amounts much larger than what our tests need. This has caused the Tomcat Cargo tests to use significantly more memory than they need to and put additional stress on the CI process. > We can fix this by specifying an appropriate amount of memory in the server container's configuration object. -- This message was sent by Atlassian Jira (v8.3.4#803005)