You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok. Still, I think this should be dealt with in maven-core too (together with the caching). I'm also creating a PR to get rid of the ComparableVersion duplicate in m-v-p.
Maven daemon (mvnd) keeps loaded plugin classes in memory. This means that caches that we have will only grow with time with such setup.
This ultimately leads to JVMs running out of allocated memory, pods getting recreated, etc., but this should probably be controlled and restricted.
Todo: Introduce a limit to those caches.
The text was updated successfully, but these errors were encountered: