server-skynet-source-3rd-je.../test
Jason Evans 8d6a3e8321 Implement dynamic per arena control over dirty page purging.
Add mallctls:
- arenas.lg_dirty_mult is initialized via opt.lg_dirty_mult, and can be
  modified to change the initial lg_dirty_mult setting for newly created
  arenas.
- arena.<i>.lg_dirty_mult controls an individual arena's dirty page
  purging threshold, and synchronously triggers any purging that may be
  necessary to maintain the constraint.
- arena.<i>.chunk.purge allows the per arena dirty page purging function
  to be replaced.

This resolves #93.
2015-03-18 18:55:33 -07:00
..
include/test use CLOCK_MONOTONIC in the timer if it's available 2015-03-13 14:07:35 -07:00
integration Implement dynamic per arena control over dirty page purging. 2015-03-18 18:55:33 -07:00
src use CLOCK_MONOTONIC in the timer if it's available 2015-03-13 14:07:35 -07:00
stress Thwart compiler optimizations. 2014-10-15 14:49:14 -07:00
unit Implement dynamic per arena control over dirty page purging. 2015-03-18 18:55:33 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00