diff --git a/pom.xml b/pom.xml index 4936424f97a7f0db107979af84a097953b6bd2fb..fc85b0bc170ce9b05bc94d102befcbb9022451f7 100644 --- a/pom.xml +++ b/pom.xml @@ -1101,7 +1101,7 @@ <configuration> <!-- Orekit is mostly a computational library. --> <!-- As there is not a lot of I/O it is better to not overide the number of CPU. --> - <forkCount>1C</forkCount> + <forkCount>0.5C</forkCount> <argLine>@{argLine} -Xmx2048m</argLine> </configuration> </plugin>