Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2341

Optimize for native Quarkus image

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 4.1.0
    • 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)

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: