Hi Charly,
Here is a way to do it :
- Stop the VM in the web GUI (wait until it appears to be down)
- On your host, edit the file
- Change the lines with your values
for the RAM => -m 2560 (RAM in MB)
for CPUS => -smp "${VM_NCPUS}"
for instance "-m 4096" and "-smp 4"
- Copy the modified script in iaas-module container
- Launch the VM in th GUI
Feel free to ask us if you have any other issue.
Cheers,
Dominique