Skip to content
Snippets Groups Projects
Commit 20bdb34d authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Merge branch 'benice' into 'master'

Limit the herd by increasing the resources requested

See merge request !141
parents d88d6948 835aeba8
No related branches found
No related tags found
1 merge request!141Limit the herd by increasing the resources requested
Pipeline #2344538 passed
...@@ -56,12 +56,8 @@ job "${PREFIX}_reposync_${REPOID}" { ...@@ -56,12 +56,8 @@ job "${PREFIX}_reposync_${REPOID}" {
} }
resources { resources {
cpu = 500 # Mhz cpu = 3000 # Mhz
memory = 512 # MB memory = 3072 # MB
network {
mbits = 90
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment