You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/09/07 16:03:44 UTC

[geode] branch concourse-staging updated: Overcommit the CPUs a little

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

upthewaterspout pushed a commit to branch concourse-staging
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/concourse-staging by this push:
     new ee2dbd9  Overcommit the CPUs a little
ee2dbd9 is described below

commit ee2dbd9ddbebf3da50a10cd9121e83d5c621259c
Author: Dan Smith <up...@apache.org>
AuthorDate: Thu Sep 6 17:12:45 2018 -0700

    Overcommit the CPUs a little
    
    The runtime of the job has increased. Let's see if overcommitting the
    CPUs a little bit will help speed it up, while still limiting the noise
    neighbors somewhat.
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index c277372..442684e 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -68,4 +68,4 @@ org.gradle.caching = true
 org.gradle.parallel = false
 org.gradle.configureondemand = false
 
-dunitCpuQuota=4
+dunitCpuQuota=8