-
Task
-
Resolution: Done
-
Major
-
None
-
None
When compiling to a native image, look at the following things:
- Size of the native executable
- ClassConfigurator loads all classes defined in jg-protocol-ids.xml and jg-magic-map.xml. Investigate whether the required classes can be manually added to ClassConfigurator
- Memory usage when running the native executable. Find out what component/protocol uses most memory
- Look at UNICAST3 and NAKACK2 and optimize the size of the retransmission table (e.g. interval for purging, size of columns, rows etc)