Skip to content

Commit

Permalink
fix(yarn): force yarn.nodemanager.pmem-check-enabled to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibn committed Nov 3, 2023
1 parent 43a1d23 commit 739819c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdp_vars_defaults/yarn/yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ yarn_site:
yarn.nodemanager.webapp.spnego-principal: "HTTP/_HOST@{{ realm }}"
# disable vmem-check for better jupyterhub integration
yarn.nodemanager.vmem-check-enabled: "false"
yarn.nodemanager.pmem-check-enabled: "true"
yarn.nodemanager.vmem-pmem-ratio: 4
yarn.timeline-service.enabled: "true"
yarn.timeline-service.generic-application-history.enabled: "true"
Expand Down

0 comments on commit 739819c

Please sign in to comment.