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
The dynamic heap size trigger needs GC to adjust the heap size, but NoGC
can't do GC. So it doesn't make sense to use dynamic heap size with
NoGC. Currently, if the user selects the NoGC plan and the dynamic heap
size trigger, it will trigger GC at the minimum heap size and then panic
immediately.
With this change, MMTk will give a warning and use fixed heap size
trigger instead, using the maximum heap size specified in the dynamic
trigger as the heap size.
0 commit comments