File tree Expand file tree Collapse file tree 5 files changed +13
-17
lines changed Expand file tree Collapse file tree 5 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ demos:
125
125
manifests : []
126
126
supportedNamespaces : []
127
127
resourceRequests :
128
- cpu : 8550m
129
- memory : 26662Mi
128
+ cpu : 6000m # Measured 5600m
129
+ memory : 15Gi # Measured 13986Mi
130
130
pvc : 110Gi # 100Gi for MinIO
131
131
trino-taxi-data :
132
132
description : Demo loading 2.5 years of New York taxi data into S3 bucket, creating a Trino table and a Superset dashboard
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ This demo should not be run alongside other demos.
21
21
22
22
To run this demo, your system needs at least:
23
23
24
- * 9 {k8s-cpu} [cpu units] (core/hyperthread)
25
- * 27GiB memory
24
+ * 6 {k8s-cpu} [cpu units] (core/hyperthread)
25
+ * 15GiB memory
26
26
* 110GiB disk storage
27
27
28
28
[NOTE]
@@ -519,9 +519,6 @@ spec:
519
519
limit: 6Gi # Available RAM
520
520
workers:
521
521
config:
522
- # This limit can't be too big as otherwise the workers won't start.
523
- # We suggest setting it to half of spec.coordinators.config.resources.memory.limit
524
- queryMaxMemoryPerNode: 6GB
525
522
resources:
526
523
cpu:
527
524
max: "12" # CPU resources that can be used at a maximum
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ options:
21
21
resources :
22
22
requests :
23
23
cpu : 500m
24
- memory : 2Gi
24
+ memory : 1Gi
25
25
service :
26
26
type : NodePort
27
27
nodePort : null
Original file line number Diff line number Diff line change @@ -346,9 +346,9 @@ stacks:
346
346
- plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/trino.yaml
347
347
supportedNamespaces : []
348
348
resourceRequests :
349
- cpu : 8550m
350
- memory : 26662Mi
351
- pvc : 110Gi
349
+ cpu : 6000m # Measured 5600m
350
+ memory : 15Gi # Measured 13986Mi
351
+ pvc : 110Gi # 100Gi for MinIO
352
352
parameters :
353
353
- name : trinoAdminPassword
354
354
description : Password of the Trino admin user
Original file line number Diff line number Diff line change @@ -22,22 +22,21 @@ spec:
22
22
queryMaxMemory : 10TB
23
23
resources :
24
24
cpu :
25
- min : " 2 "
26
- max : " 4 "
25
+ min : " 500m "
26
+ max : " 2 "
27
27
memory :
28
- limit : ' 6Gi '
28
+ limit : ' 2Gi '
29
29
roleGroups :
30
30
default :
31
31
replicas : 1
32
32
workers :
33
33
config :
34
- queryMaxMemoryPerNode : 6GB
35
34
resources :
36
35
cpu :
37
- min : " 2 "
36
+ min : " 1 "
38
37
max : " 4"
39
38
memory :
40
- limit : ' 12Gi '
39
+ limit : ' 4Gi '
41
40
roleGroups :
42
41
default :
43
42
replicas : 1
You can’t perform that action at this time.
0 commit comments