Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Set limits on CPU, RAM and number of simultaneous processes #1

Open
sharky93 opened this issue Jul 1, 2014 · 0 comments
Open

Set limits on CPU, RAM and number of simultaneous processes #1

sharky93 opened this issue Jul 1, 2014 · 0 comments

Comments

@sharky93
Copy link
Member

sharky93 commented Jul 1, 2014

There can be multiple executions (N) running at the same time, let each have a limit of M amount of RAM. We want that M*N does not exceed a particular limit.

CPU is controlled via CPU shares, which is basically a relative weight on cpu time.
Refer - https://docs.docker.com/reference/run/#runtime-constraints-on-cpu-and-memory

@stefanv stefanv changed the title Limits on CPU, RAM and number of simultaneous processes Set limits on CPU, RAM and number of simultaneous processes Jul 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant