ansible: Increase ci-node and ci-rootnode default CPU limit to 8
authorKienan Stewart <kstewart@efficios.com>
Wed, 9 Aug 2023 16:02:42 +0000 (12:02 -0400)
committerKienan Stewart <kstewart@efficios.com>
Wed, 9 Aug 2023 20:03:33 +0000 (16:03 -0400)
Change-Id: Iadfa2101c7af589eea2bf97b574583f75b5a455c

automation/ansible/roles/lxd/templates/init.yaml.j2

index dc26c7072e0e893f058eb282745942865282f698..f6210548d6e868d1cd5c8776ea85e66c56aa49ef 100644 (file)
@@ -44,7 +44,7 @@ profiles:
   name: default
 - config:
     boot.autostart: "true"
-    limits.cpu: "4"
+    limits.cpu: "8"
     limits.memory: "8192MB"
     user.vendor-data: |-
       #cloud-config
@@ -71,7 +71,7 @@ profiles:
   name: ci-node
 - config:
     boot.autostart: "true"
-    limits.cpu: "4"
+    limits.cpu: "8"
     limits.memory: "8192MB"
   description: "CI root node (VM)"
   devices:
This page took 0.025063 seconds and 4 git commands to generate.