summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/hs_cleanup_default.txt
blob: e20aa498ca0e942237c145e149aa409280131371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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=
(
    cache_hs_insert=
    (
        max=10,
        max=100000000,
        postrun=true,
        save=true,
    ),
    cc_pages_removed=
    (
        max=10000000,
        postrun=true,
        save=true,
    ),
    stat_cache_size=
    (
        # FIXME-WT-8743: Re-enable cache usage check once cache exceed problem is fixed.
        max=100,
        runtime=false,
    ),
    stat_db_size=
    (
        #10GB
        max=10000000000,
        runtime=true,
        save=true,
    ),
),
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,
        ops_per_transaction=(max=100,min=20),
        thread_count=10,
        value_size=10000
    )
),
workload_tracking=
(
    enabled=true,
    op_rate=30s
)