mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-01 16:22:55 +00:00
Add clearml-agent services-mode max tasks info (#199)
This commit is contained in:
parent
5164b837c5
commit
1ba4fb73b8
@ -583,6 +583,10 @@ To run a `clearml-agent` in services mode, run:
|
||||
```bash
|
||||
clearml-agent daemon --services-mode --queue services --create-queue --docker <docker_name> --cpu-only
|
||||
```
|
||||
|
||||
To limit the number of simultaneous tasks run in services mode, pass the maximum number immediately after the
|
||||
`--services-mode` option (e.g. `--services-mode 5`)
|
||||
|
||||
:::note Notes
|
||||
* `services-mode` currently only supports Docker mode. Each service spins on its own Docker image.
|
||||
* The default `clearml-server` configuration already runs a single `clearml-agent` in services mode that listens to the
|
||||
|
@ -336,6 +336,10 @@ This feature is available under the ClearML Enterprise plan
|
||||
* Launch multiple long-term docker services. Spin multiple, simultaneous Tasks, each in its own Docker container, on the same machine. Each Task will be registered
|
||||
as a new node in the system, providing tracking and transparency capabilities. Start up and shutdown of each Docker is
|
||||
verified. Use in CPU mode (`--cpu-only`), only.
|
||||
|
||||
* To limit the number of simultaneous tasks run in services mode, pass the maximum number immediately after the
|
||||
`--services-mode` option (e.g. `--services-mode 5`)
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user