StressTest required a lot of memory since it collected all init and mutate return values in a list. Instead, cross values off a short list for "contains" type checks and use hashCode() to stand in for the actual value in statistical tests.
Verified locally that the test now passes with --jvmopt=-Xmx512M.
StressTest required a lot of memory since it collected all
init
andmutate
return values in a list. Instead, cross values off a short list for "contains" type checks and usehashCode()
to stand in for the actual value in statistical tests.Verified locally that the test now passes with
--jvmopt=-Xmx512M
.