Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed overflow_threshold overflow when using 256G of memory
The current implementation using an 'int' runs into an overflow when specifying 256G of memory. This patch fixed the problem changing the 'int' into a 'long long'. Signed-off-by: Andreas Florath <[email protected]>
- Loading branch information