-
Notifications
You must be signed in to change notification settings - Fork 519
revert: JoinControllers system.conf configuration #1095
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Should we remove parts/k8s/cloud-init/artifacts/system.conf
as well?
Otherwise, lgtm.
Can you update the commit message to include details on what java does not like and why java matters? Basically, something like this:
--- EDIT --- s/java does not matter/java matters/ |
Codecov Report
@@ Coverage Diff @@
## master #1095 +/- ##
==========================================
- Coverage 74.33% 74.33% -0.01%
==========================================
Files 131 131
Lines 18260 18259 -1
==========================================
- Hits 13574 13573 -1
Misses 3905 3905
Partials 781 781 |
I think @cpuguy83 wanted to see that blurb in the actual commit message body. If we admin-merge or force-push, let's do add it there. |
Java tries to read the memory cgroup to understand what limits are set on it. Java does not currently understand the single hierarchy configuration this changed made and is unable to read the imposed memory limits, instead it falls back to just reading the system memory.
Java tries to read the memory cgroup to understand what limits are set on it. Java does not currently understand the single hierarchy configuration this changed made and is unable to read the imposed memory limits, instead it falls back to just reading the system memory.
Java tries to read the memory cgroup to understand what limits are set on it. Java does not currently understand the single hierarchy configuration this changed made and is unable to read the imposed memory limits, instead it falls back to just reading the system memory. # Conflicts: # parts/k8s/kubernetesagentcustomdata.yml # parts/k8s/kubernetesmastercustomdata.yml # parts/k8s/system.conf # pkg/engine/armvariables.go # pkg/engine/armvariables_test.go # pkg/engine/const.go
Reason for Change:
Reverts #605. Java does not like a joined cgroup configuration:
Java tries to read the memory cgroup to understand what limits are set on it. Java does not currently understand the single hierarchy configuration this changed made and is unable to read the imposed memory limits, instead it falls back to just reading the system memory.
Issue Fixed:
Requirements:
Notes: