summaryrefslogtreecommitdiff
path: root/t/dyn-maxbytes.t
Commit message (Collapse)AuthorAgeFilesLines
* Find perl via /usr/bin/env instead of directlyDavid CARLIER2022-08-251-1/+1
| | | | | At least FreeBSD has perl in /usr/local/bin/perl and no symlink by default.
* add a real slab automover algorithmdormando2017-06-231-1/+1
| | | | converts the python script to C, more or less.
* fix dyn-maxbytes testsdormando2016-07-131-4/+4
| | | | | tests were handling undef values magically... thankfully they still pass after fixing the inputs.
* cache_memlimit command for tuning runtime maxbytesdormando2016-06-241-0/+78
Allows dynamically increasing the memory limit of a running system, if memory isn't being preallocated. If `-o modern` is in use, can also dynamically lower memory usage. pages are free()'ed back to the OS via the slab rebalancer as memory is freed up. Does not guarantee the OS will actually give the memory back for other applications to use, that depends on how the OS handles memory.