Added periodic idmapper cache size check along with conditional flush mechanism. Ran a lot of tests and stress tests to get statistics on usage.

This commit is contained in:
Griatch 2014-05-18 18:28:10 +02:00
parent a143733ccf
commit f2c75bd0f6
8 changed files with 145 additions and 33 deletions

View file

@ -210,6 +210,4 @@ def c_moves(client):
## "heavy digger memory tester" definition
ACTIONS = (c_login,
c_logout,
(0.1, c_looks),
(0.1, c_creates_obj),
(0.8, c_digs))
(1.0, c_digs))