Skip to content

Instantly share code, notes, and snippets.

@Smana
Created December 9, 2019 07:43
Show Gist options
  • Save Smana/f4e3733332868899c9eddc14009a3b6b to your computer and use it in GitHub Desktop.
Save Smana/f4e3733332868899c9eddc14009a3b6b to your computer and use it in GitHub Desktop.
vitess_mem_mysql_issue
topology:
cells:
- name: "zone1"
etcd:
replicas: 3
vtctld:
replicas: 1
vtgate:
replicas: 2
mysqlProtocol:
enabled: true
authType: "none"
keyspaces:
- name: "dailymotion"
shards:
- name: "0"
tablets:
- type: "replica"
vttablet:
replicas: 3
etcd:
replicas: 3
resources:
vtctld:
serviceType: "NodePort"
resources:
vtgate:
serviceType: "NodePort"
extraFlags:
mysql_server_version: "5.7.24-Vitess"
gate_query_cache_size: 1
resources:
limits:
cpu: 4
memory: 3G
vttablet:
#mysqlImage: mysql:8.0.13
mysqlImage: mysql:5.7.24
resources:
limits:
cpu: 3500m
memory: 3Gi
extraFlags:
queryserver-config-query-cache-size: 1
extraMyCnf: extra-vttablet-mycnf
mysqlResources:
limits:
cpu: 3500m
memory: 12Gi
dataVolumeClaimSpec:
storageClassName: "fast-extensible"
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: "300Gi"
vtworker:
resources:
pmm:
enabled: true
orchestrator:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment