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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 1643a12b61 [MINOR] Update to 1C parallelization
1643a12b61 is described below

commit 1643a12b61b38bc7ec58304ba7af7d4feb9204e3
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Thu Feb 9 15:44:41 2023 +0100

    [MINOR] Update to 1C parallelization
    
    Recent updates to Maven Windows no longer support that we specify a thread 
multiplier that is not a whole number. Previously it would have been 
interpreted as # virtual cores multiplied with 1.5 giving a parallelization of 
24 threads on a 16 core machine. This patch reduce the parallelization to 1C, 
aka one thread per virtual core reducing the utilization of the machine running 
maven.
---
 .mvn/maven.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/maven.config b/.mvn/maven.config
index ac0bd15dc2..cf34abb2f5 100644
--- a/.mvn/maven.config
+++ b/.mvn/maven.config
@@ -1 +1 @@
--T 1.5C 
+-T 1C 

Reply via email to