-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmo-bench-tke.yaml
105 lines (105 loc) · 2.35 KB
/
mo-bench-tke.yaml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
apiVersion: core.matrixorigin.io/v1alpha1
kind: MatrixOneCluster
metadata:
name: nightly-regression-dis
namespace: mo-nightly-regression
spec:
dn:
nodeSelector:
dn: dn
cacheVolume:
size: 50Gi
storageClassName: cbs-csi-hssd
sharedStorageCache:
memoryCacheSize: 5Gi
diskCacheSize: 50Gi
config: |
[dn.Txn.Storage]
backend = "TAE"
log-backend = "logservice"
[log]
level = "info"
format = "json"
max-size = 512
[dn.Ckp]
flush-interval = "60s"
min-count = 100
scan-interval = "5s"
incremental-interval = "60s"
global-interval = "100000s"
[dn.LogtailServer]
rpc-max-message-size = "16KiB"
rpc-payload-copy-buffer-size = "16KiB"
rpc-enable-checksum = true
logtail-collect-interval = "2ms"
logtail-response-send-timeout = "10s"
max-logtail-fetch-failure = 5
replicas: 1
resources:
requests:
cpu: 12
memory: 50Gi
limits:
cpu: 16
memory: 64Gi
imageRepository: matrixorigin/matrixone-dev
imagePullPolicy: IfNotPresent
logService:
nodeSelector:
log: log
replicas: 3
resources:
requests:
cpu: 1
memory: 6Gi
sharedStorage:
s3:
endpoint: https://cos.ap-chengdu.myqcloud.com
region: ap-chengdu
path: mo-nightly-regression-1308875761/mo-benchmark/
s3RetentionPolicy: Delete
secretRef:
name: tke-regression
pvcRetentionPolicy: Delete
volume:
size: 100Gi
storageClassName: cbs-csi-hssd
config: |
[log]
level = "info"
format = "json"
max-size = 512
tp:
nodeSelector:
cn: cn
overlay:
env:
- name: GOMEMLIMIT
value: "50000MiB"
cacheVolume:
size: 250Gi
storageClassName: cbs-csi-hssd
sharedStorageCache:
memoryCacheSize: 12Gi
diskCacheSize: 250Gi
config: |
[cn.Engine]
type = "distributed-tae"
[log]
level = "info"
format = "json"
max-size = 512
[cn]
turn-on-push-model = true
[cn.txn]
enable-sacrificing-freshness = 1
enable-cn-based-consistency = 0
replicas: 3
resources:
requests:
cpu: 12
memory: 50Gi
limits:
cpu: 16
memory: 64Gi
version: test1-ba348e82a