Closed melgenek closed 9 months ago
OOM-s for the 1B file when run on 32 cores:
Terminating due to java.lang.OutOfMemoryError: Java heap space
OOM-s for the 1B file when run on 32 cores:
@gunnarmorling The GC is Epsilon, and the solution allocates memory per core. So the hardcoded 64MB heap was not enough. I've adjusted the heap to be proportional to the number of cores.
Gotcha. Looking good now. 00:05.971, nice!
Check List:
./test.sh <username>
shows no differences between expected and actual outputs)calculate_average_<username>.sh
(make sure to match casing of your GH user name) and is executablecalculate_average_baseline.sh
The implementation:
Collision checks: