Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak rmm configuration for C++ unit tests (#4503)
We are seeing intermittent failures in CI from having trouble allocating the RMM pool allocator. Dropping the memory usage by default from 1/6 to 1/10. Added an option `maxpool` that will use 1/2 of the available memory, since we use the unit tests in larger configurations to do scale testing of algorithms. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - James Lamb (https://github.com/jameslamb) URL: #4503
- Loading branch information