Re: Maven High memory usage (12G) and big dependencyManagement section (4000 entry)

2019-01-20 Thread Hervé BOUTEMY
thinking at it: which Maven version are you using? Did you try Maven 3.6.0? There was a cache added in MNG-6311 that could perhaps help. Regards, Hervé Le vendredi 18 janvier 2019, 10:36:13 CET Hervé BOUTEMY a écrit : > Hi, > > Wow, 1600 modules and 4000 entries in dependencyManagement? > >

Re: Maven High memory usage (12G) and big dependencyManagement section (4000 entry)

2019-01-18 Thread Hervé BOUTEMY
Hi, Wow, 1600 modules and 4000 entries in dependencyManagement? Did you try to use a memory profiler to see where the memory goes? Is there something shareable in public to dig into details? Regards, Hervé Le jeudi 17 janvier 2019, 18:28:57 CET Canivet, Guillaume a écrit : > Hi, > > Here is m

Maven High memory usage (12G) and big dependencyManagement section (4000 entry)

2019-01-17 Thread Canivet, Guillaume
Hi, Here is my... probleme... I have a root aggregator with a large amount of modules. (around 1600 modules ) All module have the same parent (1.0). That parent is importing a pom (1.0) with a huge dependencyManagement section (4000 entries). When doing a mvn install (on the root aggregator)