What a way to start my first post. I'm testing the possibility of using Proxmox for a production environment and have the following test system.
AMD Phenom 4X 2.3GIG
2GIG of ram
320GIG sata drive
I used "proxmox-ve_1.4-4390.iso" for the install and currently have 2 VMs with 512MB of ram a piece. One VM is 2003 server and the other is Debian Linux "Lenny". Both VMs are KVMS.
I'm vary pleased with the system except for one thing. I am unable to get the unused memory from the guest VMs back to the host. I read in the forums that i can use "hugepages" and use ballooning to sove this problem. However, I keep running into a problem when I used either the hugepages or the ballooning.
Example:
When I tried to get the hugepages started, It stated that I do not have MMU notification and disabled my -mem_path.
from what I see the kernel config, I have them enabled:
What exactly is the problem with this MMU? I have no logs on any of this but the part where it wont let me use the hugepages or the balloon. Any ideas?
Also, my server is updated with your respository, and kernel 2.6.24-9
Thanks in advance.
Mike
AMD Phenom 4X 2.3GIG
2GIG of ram
320GIG sata drive
I used "proxmox-ve_1.4-4390.iso" for the install and currently have 2 VMs with 512MB of ram a piece. One VM is 2003 server and the other is Debian Linux "Lenny". Both VMs are KVMS.
I'm vary pleased with the system except for one thing. I am unable to get the unused memory from the guest VMs back to the host. I read in the forums that i can use "hugepages" and use ballooning to sove this problem. However, I keep running into a problem when I used either the hugepages or the ballooning.
Example:
Code:
qm> info balloon
Using KVM without synchronous MMU, ballooning disabled
When I tried to get the hugepages started, It stated that I do not have MMU notification and disabled my -mem_path.
from what I see the kernel config, I have them enabled:
Code:
proxmox:/boot# cat config-2.6.24-8-pve | grep MMU
CONFIG_MMU=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
# CONFIG_IOMMU_DEBUG is not set
What exactly is the problem with this MMU? I have no logs on any of this but the part where it wont let me use the hugepages or the balloon. Any ideas?
Also, my server is updated with your respository, and kernel 2.6.24-9
Thanks in advance.
Mike
Last edited: