[jboss-jira] [JBoss JIRA] (JGRP-2341) Optimize for native Quarkus image

Bela Ban (Jira) issues at jboss.org
Fri Apr 26 04:54:00 EDT 2019


     [ https://issues.jboss.org/browse/JGRP-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban resolved JGRP-2341.
----------------------------
    Resolution: Done


> Optimize for native Quarkus image
> ---------------------------------
>
>                 Key: JGRP-2341
>                 URL: https://issues.jboss.org/browse/JGRP-2341
>             Project: JGroups
>          Issue Type: Task
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>            Priority: Major
>             Fix For: 4.1.0
>
>
> 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)



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list