-
Notifications
You must be signed in to change notification settings - Fork 549
[hot-fix] increase data-node memory limits to 4Gi #1689
Conversation
@@ -52,6 +52,8 @@ spec: | |||
periodSeconds: 3 | |||
resources: | |||
limits: | |||
memory: "4Gi" | |||
requests: | |||
memory: "1Gi" | |||
env: | |||
- name: HADOOP_DATANODE_OPTS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to raise JVM memory opts? I think MT limitation is at JVM level.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, since now we haven't found any java limit was hit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1658 For 175node screenshot, jave OOM is recorded. So we might need a larger JVM opts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mzmssg ,
What about increase the max heap size to 2G?
@mzmssg , Got you. If we want to guarantee, we should increase the reserved memory. |
ab64f6f
to
8db01fa
Compare
Hi @mzmssg , increase the reserved memory on worker to 16G. |
* increate data-node memory limits to 4Gi * increase data-node max java heapsize to 2G * reserve more memory on PAI worker
* [hotfix] remove memory limits for k8s services and increase it for rm, zookeeper (#1619) * increate etcd memory limits to 8Gi * set the "requests" instead of "limits" for k8s services * increase memory limits for rm * increase memory limit for zookeeper * add "requests" for rm * fix typo * [hot-fix] increase data-node memory limits to 4Gi (#1689) * increate data-node memory limits to 4Gi * increase data-node max java heapsize to 2G * reserve more memory on PAI worker
Increase data-node memory limits to 4Gi.