M
mikhmv
Guest
Hi,
In current proxmox exist bug with amount of processors which can use OpenVZ.
Fragment of Config file:
But it is used all processors on machine:
In previous version (at least 2 months ago) this work correctly.
Max
In current proxmox exist bug with amount of processors which can use OpenVZ.
Fragment of Config file:
Code:
# CPU fair sheduler parameter
CPUUNITS="1000"
CPUS="1"
VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/var/lib/vz/private/$VEID"
OSTEMPLATE="ubuntu-8.0-standard_8.04-1_amd64"
ORIGIN_SAMPLE="pve.auto"
IP_ADDRESS="192.168.2.73"
HOSTNAME="Xfce4_8core_x64-IP73.home"
Code:
root@Xfce4_8core_x64-IP73:~# cat /proc/cpuinfo |grep processor
processor : 0
processor : 1
processor : 2
processor : 3
processor : 4
processor : 5
processor : 6
processor : 7
Max