I have a ryzen 9 3900xt and an amd rx 580 w/ 64gb ram. I need to get this
virtual machine to run seamlessly in the background, but it uses over 1gb
ram. can you help me set this up to use whpx? or maybe an alternative
running method to not have this use so much? it's a linux server that only
really needs 260mb ram at most for database handling. it's bridged to the
host pc for handling the data that goes to-from the psql db.

ill give u an example of my script i run
```
qemu-system-x86_64 -accel whpx -m 100M,maxmem=1G -smp 12 -drive
file=C:\Users\MyUserName\VM\ubuntu-server.qcow2 -netdev
tap,id=net0,ifname=tapAdapter,script=no,downscript=no -device
e1000,netdev=net0
```

Reply via email to