Page 1 of 1

Herb Gathering / Memory

Posted: Mon Jul 17, 2017 12:18 pm
by Drugar Stonesmasher
Hallo, i suppose this is the known memory leak, but maybe this helps to track it.

i am experiencing strong memory consumption during Herb Gathering (and other gatherings most likly as well).
On Windows 7 it goes up to 2,5 GB when the client starts to behave jumpy.
On Windows 10 the client starts to be non responsive at 1,8 GB, but the W10 version does seem to use up less memory from the beginning (500 MB vs 1GB with W7).

Also the processor load is very high, when he is at the memory limit.
i behaves like if he is heavily looping through long in memory record sets, that get bigger and bigger while doing gathering.

Re: Herb Gathering / Memory

Posted: Tue Jul 18, 2017 7:59 am
by CJK
This is useful information, thank you! It is known we have at least one large memory leak, but these things are very difficult to track down. These kinds of details give an indication of places to look.

Re: Herb Gathering / Memory

Posted: Tue Jul 18, 2017 11:42 pm
by Ragorn
Maybe you want to check out following tools:
- jconsole (free, part of the jdk)
- yourkit (www.yourkit.com, commercial, open source project license)
- jprofiler (www.ej-technologies.com, commercial, open source project license)
I use yourkit in my current Java EE project and used jprofiler in former projects.
Both are excellent tools for java profiling and memory analysis.