Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-25 Thread via GitHub
gnodet closed issue #897: memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl URL: https://github.com/apache/maven-mvnd/issues/897 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-25 Thread via GitHub
gnodet commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1779505432 Closing as won't fix as this is not really a mvnd bug. Thx @clebertsuconic -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-25 Thread via GitHub
clebertsuconic commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1779469646 I've tried it with the plexus update, by updating my maven compiler to a snapshot and that fixed the issue: ![image](https://github.com/apache/maven-mvnd/assets/750514/990

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
rmannibucau commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775848103 While ant is calling `javac` it will cache ~32k `Name` instances so maybe bypassing this module would help -- This is an automated message from the Apache Git Service. To resp

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
clebertsuconic commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775729258 @rmannibucau I tried setting fork=true , and It didn't seem to have an effect on that object. I gained 10 seconds (apparently) on my build. -- This is an automated mess

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
rmannibucau commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775649486 Hi, it can be worth setting `true` in `maven-compiler-plugin`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
cstamas commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775640208 There is a SO article about this, it seems is not a leak per se but a "feature" of javac: https://stackoverflow.com/questions/14617340/memory-leak-when-using-jdk-compiler-at-runt

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
clebertsuconic commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775594196 and just to give it a context on the version being used: ``` lebertsuconic@MacBook-Pro out % mvnd --version Apache Maven Daemon (mvnd) 1.0-m7 darwin-amd64

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
clebertsuconic commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775589172 first build 10K, second build 20K... this build.. 30k ^^^ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
clebertsuconic commented on issue #897: URL: https://github.com/apache/maven-mvnd/issues/897#issuecomment-1775588207 ![image](https://github.com/apache/maven-mvnd/assets/750514/fd3d2980-2301-43b1-aafa-13b41d51ac29) -- This is an automated message from the Apache Git Service. To respon

[I] memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [maven-mvnd]

2023-10-23 Thread via GitHub
clebertsuconic opened a new issue, #897: URL: https://github.com/apache/maven-mvnd/issues/897 I found a leak with com.sun.tools.javac.util.SharedNameTable$NameImpl I have been building this with artemis build. But I suspect this is not related to anything on my project. But I will lis