Re: Performance scale up Thread

2024-05-09 Thread Mandar K
ters/donated-licenses/yourkit-java-profiler.txt > > HTH > > Jacques > > Le 08/05/2024 à 20:30, Mandar K a écrit : > > Dear All, related to performance scale up thread wanted to share one > > observation : > > > > Everytime there is an increase in memory it g

Re: Performance scale up Thread

2024-05-09 Thread Mandar K
memory leak on production - it is meant for > developing mode. > > Best regards, > Ingo > > -Ursprüngliche Nachricht- > Von: Mandar K > Gesendet: Mittwoch, 8. Mai 2024 20:31 > An: ofbizuser > Betreff: Performance scale up Thread > > Dear Al

AW: Performance scale up Thread

2024-05-09 Thread Ingo Wolfmayr
2024 20:31 An: ofbizuser Betreff: Performance scale up Thread Dear All, related to performance scale up thread wanted to share one observation : Everytime there is an increase in memory it gets filled up. This may be due to a memory management bug in any code. Some processes are creating a lot

Re: Performance scale up Thread

2024-05-08 Thread Jacques Le Roux
I suggest you use YourKit Java Profiler BTW, it's free for Apache committers https://svn.apache.org/repos/private/committers/donated-licenses/yourkit-java-profiler.txt HTH Jacques Le 08/05/2024 à 20:30, Mandar K a écrit : Dear All, related to performance scale up thread wanted to share one

Performance scale up Thread

2024-05-08 Thread Mandar K
Dear All, related to performance scale up thread wanted to share one observation : Everytime there is an increase in memory it gets filled up. This may be due to a memory management bug in any code. Some processes are creating a lot of objects and not clearing afterwards. Requesting inputs