Build: #1 was successful
Job: Create test plan branch was successful
Code commits
Casa6
-
Srikrishna Sekhar ff635a9a893262d4b6ccfedd1e71fd9b3eb69a79
CAS-13898 : Fix memory allocation per-plane
The previous fix to pass in the available memory into auto-multithresh
did not work as expected, because the per-plane memory budget never
exceeds the total.
This fix divides the total memory budget by the estimated number of
planes used in the algorithm, and passes that in to the Lattice images.
This correctly seems to restrict the memory usage.
From initial benchmarking, memory limits are now respected as expected.