Skip to content

Commit bf8ebbb

Browse files
authored
fixing memory requiremetns (#215)
1 parent c0ea3b2 commit bf8ebbb

4 files changed

+4
-4
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
arguments: '"--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 5000 -c 50 -t 4 --hide-histogram'
1313
resources:
1414
requests:
15-
memory: 1g
15+
memory: 6g
1616
tested-groups:
1717
- hash
1818
tested-commands:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
arguments: '"--data-size" "100" --command "LPUSH __key__ __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 60 -c 50 -t 4 --hide-histogram'
1313
resources:
1414
requests:
15-
memory: 1g
15+
memory: 2g
1616
tested-groups:
1717
- list
1818
tested-commands:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
arguments: '"--data-size" "10" --command "LPUSH __key__ __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 60 -c 50 -t 4 --hide-histogram'
1313
resources:
1414
requests:
15-
memory: 1g
15+
memory: 2g
1616
tested-groups:
1717
- list
1818
tested-commands:

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbconfig:
1212
arguments: '"--data-size" "1000" --command "LPUSH __key__ __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 60 -c 50 -t 4 --hide-histogram'
1313
resources:
1414
requests:
15-
memory: 6g
15+
memory: 8g
1616
tested-groups:
1717
- list
1818
tested-commands:

0 commit comments

Comments
 (0)