Michael Schurter
|
0453c2709c
|
Add new gc_max_allocs tuneable
More than gc_max_allocs may be running on a node, but terminal allocs
will be garbage collected to try to keep the total number below the
limit.
|
2017-05-11 17:18:02 -07:00 |
Michael Schurter
|
39a8ce6cdb
|
Fix test deadlock due to alloc runner not running
Don't actualy call AllocRunner.Run() because that executes so much
unneeded code for this test. Manually close the waitCh to simulate Run()
exiting.
|
2017-03-16 13:22:08 -07:00 |
Diptanu Choudhury
|
90ac3e2774
|
Checking in updated gc tests
|
2017-02-01 13:12:46 -08:00 |
Diptanu Choudhury
|
6e6e0d364a
|
Added comments
|
2016-12-20 10:49:48 -08:00 |
Diptanu Choudhury
|
e072961cea
|
Added tests
|
2016-12-19 13:21:47 -08:00 |
Diptanu Choudhury
|
36b5545d6b
|
Making the gc allocator understand real disk usage
|
2016-12-16 18:34:59 -08:00 |
Diptanu Choudhury
|
afdaa979f7
|
Added a garbage collector for allocations
|
2016-12-14 15:01:12 -08:00 |