You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2022/06/02 18:29:17 UTC

[geode] branch develop updated: GEODE-10309: fixup: Give more memory to windows-core-integration-test (#7757)

This is an automated email from the ASF dual-hosted git repository.

rhoughton pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2da67758b7 GEODE-10309: fixup: Give more memory to windows-core-integration-test (#7757)
2da67758b7 is described below

commit 2da67758b71f4ffc5de807d4825733d9a64e027a
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Thu Jun 2 11:29:11 2022 -0700

    GEODE-10309: fixup: Give more memory to windows-core-integration-test (#7757)
---
 ci/pipelines/shared/jinja.variables.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 38fd944023..398ed93c06 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -200,7 +200,7 @@ tests:
   PARALLEL_DUNIT: 'true'
   PARALLEL_GRADLE: 'true'
   PLATFORM: windows
-  RAM: '24'
+  RAM: '16'
   name: windows-integration
 - ARTIFACT_SLUG: windows-coreintegrationtestfiles
   CPUS: '16'
@@ -212,7 +212,7 @@ tests:
   PARALLEL_DUNIT: 'true'
   PARALLEL_GRADLE: 'true'
   PLATFORM: windows
-  RAM: '16'
+  RAM: '24'
   name: windows-core-integration
 - ARTIFACT_SLUG: windows-unittestfiles
   CPUS: '10'