- import the maven project to your IDE, e.g. IntelliJ IDEA
- run
npm install - run
npm run watchto build the bundle.cjs and watch for changes to TS sources - run the
Main.java - wait until you start seeing downloaded counts, this may take up to 30 seconds
- determine the java process PID, e.g. through Task Manager
- run
jmap -histo:all <PID> | lessperiodically and check the count of V8ValueString objects in memory - this should be increasing each time you rerun the jmap
ggecy/javet-issue-oom
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|