Skip to content

Commit

Permalink
Remove unused flag
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Dec 4, 2023
1 parent 0dd2fe2 commit 536ae5e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ansible/macrobench_sharded_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ all:
vttablet:
vars:
vitess_memory_ratio: 0.8
vttablet_query_cache_size: 5000
vttablet_max_goproc: 42
hosts:
DEVICE_IP_0:
Expand Down
1 change: 0 additions & 1 deletion ansible/macrobench_unsharded_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ all:
vttablet:
vars:
vitess_memory_ratio: 0.6
vttablet_query_cache_size: 10000
vttablet_max_goproc: 24
hosts:
DEVICE_IP_0:
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/vttablet/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ vttablet_connection_pool_size: 300
vttablet_transaction_cap: 300
vttablet_stream_pool_size: 16
vttablet_found_rows_pool_size: 16
vttablet_query_cache_size: 1000

vttablet_max_goproc: 24

Expand Down
1 change: 0 additions & 1 deletion ansible/roles/vttablet/templates/vttablet.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ EXTRA_VTTABLET_FLAGS="--alsologtostderr \
--queryserver-config-pool-size={{ tablet.connection_pool_size | default(vttablet_connection_pool_size) }} \
--queryserver-config-stream-pool-size={{ tablet.stream_pool_size | default(vttablet_stream_pool_size) }} \
--queryserver-config-transaction-cap={{ tablet.transaction_cap | default(vttablet_transaction_cap) }} \
--queryserver-config-query-cache-size={{ tablet.query_cache_size | default(vttablet_query_cache_size) }} \
--queryserver-config-query-timeout=900 \
--queryserver-config-schema-reload-time=60 \
--queryserver-config-transaction-timeout=300 \
Expand Down

0 comments on commit 536ae5e

Please sign in to comment.