Skip to content

Add 100GB memory limits to all Docker Compose services#173

Merged
t0mdavid-m merged 3 commits intomainfrom
copilot/add-memory-limits-to-services
Mar 4, 2026
Merged

Add 100GB memory limits to all Docker Compose services#173
t0mdavid-m merged 3 commits intomainfrom
copilot/add-memory-limits-to-services

Conversation

Copy link
Contributor

Copilot AI commented Mar 3, 2026

Each service in docker-compose.yml lacked memory constraints, leaving containers unbounded on the host.

Changes

  • Added deploy.resources.limits.memory: 100g to all 11 services (openms-streamlit-template, umetaflow, nuxl-app, PTMScanner, FLASHViewer, naseweis, stream-sage, toolbox, toppview-lite, mhcquant, quantms)
deploy:
  resources:
    limits:
      memory: 100g

Compatible with both docker compose (plugin) and docker stack deploy (Swarm).

Original prompt

This section details on the original issue you should resolve

<issue_title>Add memory limits to all services.</issue_title>
<issue_description>Add a 10GB memory limit to all services.</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: t0mdavid-m <57191390+t0mdavid-m@users.noreply.github.com>
Copilot AI changed the title [WIP] Add memory limits of 10GB to all services Add 10GB memory limits to all Docker Compose services Mar 3, 2026
@t0mdavid-m
Copy link
Member

@copilot set to 100gb

Co-authored-by: t0mdavid-m <57191390+t0mdavid-m@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 3, 2026

@copilot set to 100gb

Updated all 11 services to memory: 100g in cd4c03d.

Copilot AI changed the title Add 10GB memory limits to all Docker Compose services Add 100GB memory limits to all Docker Compose services Mar 3, 2026
@t0mdavid-m t0mdavid-m marked this pull request as ready for review March 4, 2026 13:51
@t0mdavid-m t0mdavid-m merged commit d23512f into main Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add memory limits to all services.

2 participants