This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
[hotfix] remove memory limits for k8s services and increase it for rm, zookeeper #1619
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 similar comment
Hi @fanyangCS , I choose 500 nodes on two assumes:
We could support huge clusters, and a bigger cluster need more advanced configuration. We are not supposed to include that complexity for everyone. Should we? |
yqwang-ms
approved these changes
Oct 30, 2018
xudifsd
approved these changes
Oct 30, 2018
DongZhaoYu
approved these changes
Oct 30, 2018
hao1939
added a commit
that referenced
this pull request
Nov 15, 2018
…, 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
Merged
hao1939
added a commit
that referenced
this pull request
Nov 16, 2018
* [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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove memory limits for k8s services.
Increase memory limits of rm to 36G, max heap size 32G.
Increase memory limits of zookeeper to 10G, max heap size 8G.