Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1004 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 1004 Bytes

memory-investigation

This code presents memory issues.

Use Launcher.java with -Xms100m and -Xmx100m JVM parameters. Execute generateTrades() method of trade.calculator.ConsoleMBean. See what happens.

Tools could help you to understand the observed memory behaviors:

Good luck !