Currently the lower-bound of the memory slider is the next power of two up from (initial+early).
This disallows setting 3gb max memory when initial+early is >2gb.
Expected behavior would be to allow a non-power-of-two lower bound, matching the upper-bound functionality.