You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With -H:+PrintAnalysisCallTree; 47.87GB of objects are allocated to the heap
Without ; 36.02GB of objects are allocated on the heap
Disabling this option by default would save us 11.85GB of heap allocations (25.2%) during a native image build for the rest-crud application.
@stuartwdouglas I know that we have historically kept this option enabled by default, but given that it causes so much allocation on the heap, is it worth disabling by default for users building native images?