Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 3f5f9f9e authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

Netem: support command chunking

For large deployment the command to run on the remote hosts can become very
long and exceed the OS limit. We provide a way to chunk this command using the
`chunk_size` kwargs of the Netem service. The default value (100) seems really
conservative. Increasing this value will decrease the deployment time (with the
risk to hit the limit).

In the future, constant time deployment may be envision by first uploading a script
with all the commands and then running it.
parent c283ea03
Branches dev/chunk_netem
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment