Skip to content

Commit 180ae78

Browse files
committed
Merge branch 'main' into fix/update-nifi-kafka-druid-documentation
2 parents 8aa35ed + 98754ae commit 180ae78

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

demos/demos-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ demos:
125125
manifests: []
126126
supportedNamespaces: []
127127
resourceRequests:
128-
cpu: 8550m
129-
memory: 26662Mi
128+
cpu: 6000m # Measured 5600m
129+
memory: 15Gi # Measured 13986Mi
130130
pvc: 110Gi # 100Gi for MinIO
131131
trino-taxi-data:
132132
description: Demo loading 2.5 years of New York taxi data into S3 bucket, creating a Trino table and a Superset dashboard

docs/modules/demos/pages/trino-iceberg.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This demo should not be run alongside other demos.
2121

2222
To run this demo, your system needs at least:
2323

24-
* 9 {k8s-cpu}[cpu units] (core/hyperthread)
25-
* 27GiB memory
24+
* 6 {k8s-cpu}[cpu units] (core/hyperthread)
25+
* 15GiB memory
2626
* 110GiB disk storage
2727
2828
[NOTE]
@@ -519,9 +519,6 @@ spec:
519519
limit: 6Gi # Available RAM
520520
workers:
521521
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
525522
resources:
526523
cpu:
527524
max: "12" # CPU resources that can be used at a maximum

stacks/_templates/minio-distributed-small.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ options:
2121
resources:
2222
requests:
2323
cpu: 500m
24-
memory: 2Gi
24+
memory: 1Gi
2525
service:
2626
type: NodePort
2727
nodePort: null

stacks/stacks-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ stacks:
346346
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/trino.yaml
347347
supportedNamespaces: []
348348
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
352352
parameters:
353353
- name: trinoAdminPassword
354354
description: Password of the Trino admin user

stacks/trino-iceberg/trino.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,21 @@ spec:
2222
queryMaxMemory: 10TB
2323
resources:
2424
cpu:
25-
min: "2"
26-
max: "4"
25+
min: "500m"
26+
max: "2"
2727
memory:
28-
limit: '6Gi'
28+
limit: '2Gi'
2929
roleGroups:
3030
default:
3131
replicas: 1
3232
workers:
3333
config:
34-
queryMaxMemoryPerNode: 6GB
3534
resources:
3635
cpu:
37-
min: "2"
36+
min: "1"
3837
max: "4"
3938
memory:
40-
limit: '12Gi'
39+
limit: '4Gi'
4140
roleGroups:
4241
default:
4342
replicas: 1

0 commit comments

Comments
 (0)