Skip to content

Commit 4dac6d1

Browse files
committed
fix: increase hbase master memory to avoid the hbase shell being killed
1 parent 4b4ab10 commit 4dac6d1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WARNING: This demo should not be run alongside other demos.
2222
To run this demo, your system needs at least:
2323

2424
* 3 {k8s-cpu}[cpu units] (core/hyperthread)
25-
* 6GiB memory
25+
* 7GiB memory
2626
* 16GiB disk storage
2727
2828
== Overview

stacks/hdfs-hbase/hbase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ spec:
1212
masters:
1313
config:
1414
listenerClass: external-stable
15+
config:
16+
resources:
17+
memory:
18+
limit: 2Gi
1519
roleGroups:
1620
default:
1721
replicas: 1

0 commit comments

Comments
 (0)