# Configuration for hs_cleanup.
# need to be defined.
duration_seconds=60,
cache_size_mb=200,
statistics_config=
(
    type=all,
    enable_logging=true
),
checkpoint_manager=
(
    enabled=true,
    op_rate=20s
),
runtime_monitor=
(
    stat_cache_size=
    (
        enabled=true,
        limit=1000,
        runtime=true,
    ),
    stat_db_size=
    (
        enabled=true,
        #10GB
        limit=10000000000
    ),
    postrun_statistics=[cache_hs_insert:10:100000000, cc_pages_removed:0:10000000],
),
timestamp_manager=
(
    enabled=true,
    oldest_lag=5,
    op_rate=1s,
    stable_lag=5
),
workload_generator=
(
    populate_config=
    (
        collection_count=10,
        key_count_per_collection=500,
        key_size=100,
        thread_count=10,
        value_size=10000
    ),
    update_config=
    (
        op_rate=10ms,
        # Be careful to not aim too high with this config, if we fill the dirty cache and
        # all threads are trying to update, they'll get pulled into eviction and will get stuck.
        ops_per_transaction=(max=20,min=0),
        thread_count=10,
        value_size=10000
    )
),
workload_tracking=
(
    enabled=true,
    op_rate=30s
)
