Skip to content
Snippets Groups Projects
Verified Commit 97bc3928 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

gitlab_runner: raise max memory to 2GB

This is required f.e. for the dbscripts pipeline where kcov coverage
requires quite a bit more memory and fails to run in parallel with 1GB
limit.
parent 54d37b49
No related branches found
No related tags found
1 merge request!803libvirt: raise max memory to 2G
Pipeline #91623 failed
<domain type='kvm'>
<name>$vm_name</name>
<memory unit='MiB'>1024</memory>
<memory unit='MiB'>2048</memory>
<vcpu>4</vcpu>
<os>
<type arch='x86_64' machine='q35'>hvm</type>
......
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