Swarmkit notes (--SWARMCTL) specify resource limits when creating a service

Source: Internet
Author: User
This is a created article in which the information may have evolved or changed.

swarmctlserviceyou can specify CPU and resource limits when you create memory :

# swarmctl service create --helpCreate a serviceUsage:  swarmctl service create [flags]Flags:......  --cpu-limit string            CPU cores limit (e.g. 0.5)  --cpu-reservation string      number of CPU cores reserved (e.g. 0.5)......  --memory-limit string         memory limit (e.g. 512m)  --memory-reservation string   amount of reserved memory (e.g. 512m)    ......

*-reservationThe role is to container allocate and "Occupy" the corresponding resources, so these resources are container necessarily available, *-limit is to limit the container resources used by the process. The code that parses the resource is located in the cmd/swarmctl/service/flagparser/resource.go file.

Resources:
Docker Service Limits and reservations.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.