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:
parent
a143733ccf
commit
f2c75bd0f6
8 changed files with 145 additions and 33 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue