feat: add cpu_shares to mastercontainer and sibling containers for better responsiveness under heavy load#8084
Open
Copilot wants to merge 6 commits into
Open
Conversation
…er heavy load Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/fb6684cd-3659-4b09-9cca-72d1c42e736c Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/fb6684cd-3659-4b09-9cca-72d1c42e736c Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
szaimen
May 12, 2026 11:13
View session
19 tasks
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/c36c6e2f-54a4-4459-8398-90fd936857cb Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/d051ae44-c6c5-476d-9217-425945116a19 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Zoey2936
reviewed
May 12, 2026
Zoey2936
left a comment
Collaborator
There was a problem hiding this comment.
same as with my comments to OOM-Killer
Collaborator
|
@copilot please change the default in ContainersDefinitionFetchter from 1024 to 512 and reduce all added values by factor 2 |
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/686d0d03-82d8-47a8-93ed-63cbf2a6a709 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Contributor
Author
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/e858912d-e6a4-4838-8765-54416017a1f2 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Collaborator
|
@Zoey2936 what do you think about this solution? |
30 tasks
31 tasks
19 tasks
48 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
cpu_shares: 2048 (compose.yaml,readme.md,reverse-proxy.md,multiple-instances.md)containers.json:cpu_shares: 1024(apache,database,nextcloud,notify-push,redis,borgbackup,watchtower,harp,docker-socket-proxy)containers.json:cpu_shares: 512(collabora,talk,talk-recording,domaincheck,clamav,onlyoffice,imaginary,fulltextsearch,whiteboard)cpuSharesinContainerDefinitionFetcher.php:512cpu_sharesproperty added tocontainers-schema.jsoncpuSharesfield added toContainer.phpCpuSharesapplied inDockerActionManager.php