The Memory Analyser is a Tool for fine-tuning of an applications memory requirements and the realtime guarantees that can be given when allocating objects within Java code running on the Jamaica Virtual Machine.
The Memory Analyser is integrated in the Builder tool, it can be activated by setting the command line option -analyse <accuracy>.
The Memory Analyser Tool has to be used in three steps: First, an application needs to be built using the memory analyser. The resulting executable file can then be executed to determine its memory requirements. Finally, the result of the execution can be used to fine-tune the final version of the application.