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
Reduce the test heap size for concurrent immix (#330)
The heap size for concurrent immix was set to 7x, as initially it was
non-moving. Later we allowed moving for the full pause in concurrent
Immix. This PR reduces the heap size for our concurrent immix tests.
0 commit comments