diff --git a/demos/demos-v2.yaml b/demos/demos-v2.yaml index 57d35782..593669e6 100644 --- a/demos/demos-v2.yaml +++ b/demos/demos-v2.yaml @@ -28,9 +28,9 @@ demos: - plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/hbase-hdfs-load-cycling-data/create-hfile-and-import-to-hbase.yaml supportedNamespaces: [] resourceRequests: - cpu: "3" - memory: 5638Mi - pvc: 16Gi + cpu: 1950m + memory: 9216Mi + pvc: 21Gi end-to-end-security: description: Demonstrates end-to-end security across multiple products stackableStack: end-to-end-security diff --git a/docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc b/docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc index 79893afc..08726333 100644 --- a/docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc +++ b/docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc @@ -21,9 +21,9 @@ WARNING: This demo should not be run alongside other demos. To run this demo, your system needs at least: -* 3 {k8s-cpu}[cpu units] (core/hyperthread) -* 6GiB memory -* 16GiB disk storage +* 2 {k8s-cpu}[cpu units] (core/hyperthread) +* 10 GiB memory +* 22 GiB disk storage == Overview diff --git a/stacks/hdfs-hbase/hbase.yaml b/stacks/hdfs-hbase/hbase.yaml index b7104a6d..7a543b5b 100644 --- a/stacks/hdfs-hbase/hbase.yaml +++ b/stacks/hdfs-hbase/hbase.yaml @@ -12,6 +12,9 @@ spec: masters: config: listenerClass: external-stable + resources: + memory: + limit: 2Gi roleGroups: default: replicas: 1 diff --git a/stacks/stacks-v2.yaml b/stacks/stacks-v2.yaml index fffc5511..a4329400 100644 --- a/stacks/stacks-v2.yaml +++ b/stacks/stacks-v2.yaml @@ -186,8 +186,8 @@ stacks: - plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/hdfs-hbase/hbase.yaml supportedNamespaces: [] resourceRequests: - cpu: 4200m - memory: 10758Mi + cpu: 1950m + memory: 8192Mi pvc: 21Gi parameters: [] nifi-kafka-druid-superset-s3: