tr-pc
tr-pc copied to clipboard
Profile Memory Usage
As stated in #76, the memory usage of the current version 4.0.0.beta.1 running on Java 17 seems to be considerably higher than that of the previous version 3.7.0 running with the JRE 1.8 that was embedded in the installer.

There's a couple of ideas to investigate in regard of memory usage:
- Profile both application versions
- Investigate the JRE options regarding memory usage etc.
- Ensure we don't start Netbeans modules we don't need (#64)
- The JRE that we'll bundle (see #56) should be stripped down to the minimum number of modules required to run ThinkingRock
- ...