Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Support for Runtime options with Memory, CPUs, and GPUs #7

Closed
MedAnd opened this issue Jun 26, 2020 · 2 comments
Closed

Support for Runtime options with Memory, CPUs, and GPUs #7

MedAnd opened this issue Jun 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@MedAnd
Copy link

MedAnd commented Jun 26, 2020

Please add / clarify support for Runtime options with Memory, CPUs, and GPUs.

For example:

version: "3.8"
services:
  redis:
    image: redis:alpine
    deploy:
      resources:
        limits:
          cpus: '0.50'
          memory: 50M
        reservations:
          cpus: '0.25'
          memory: 20M

Links

  1. Resource availability for Azure Container Instances in Azure regions
@gtardif
Copy link
Collaborator

gtardif commented Jun 29, 2020

Hi, Thanks for the feedback, this is planned and should come very soon

@gtardif
Copy link
Collaborator

gtardif commented Jul 9, 2020

We have added support for CPU/memory limits in v0.1.7
Unfortunately not yet for reservations, there are limitations in ACI on the values we can put in limits / reserved resources. Currently limits are applied also as reservation with the Docker Azure integration.

@gtardif gtardif closed this as completed Sep 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants