diff options
| author | Jeff Carr <[email protected]> | 2024-10-18 07:40:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-18 07:40:06 -0500 |
| commit | c9ccf688c27749dfbab31004b6258dbb759962b2 (patch) | |
| tree | d35d7dc4b621bf3a282604f6cd2fe9b331813af7 /resources | |
| parent | 14dadbcf3ce8d732354d2c4ef30f3374f80950f9 (diff) | |
start simple xml handling
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/xml/jcarr.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/xml/jcarr.xml b/resources/xml/jcarr.xml index 0e55c25..14f44af 100644 --- a/resources/xml/jcarr.xml +++ b/resources/xml/jcarr.xml @@ -1,4 +1,6 @@ <domain type='kvm'> <name>jcarr</name> <uuid>c8684902-c405-4f31-b532-128c277056cc</uuid> + <memory unit='GiB'>4</memory> + <vcpu placement='static'>8</vcpu> </domain> |
