Search results

  1. P

    Custom kvm -smp argument

    Thanks, I read the manual but I couldn't figure out how smp could be added to a custom CPU model. I also tried adding smp to args: but then the command line gets two -smp arguments and depending on what I select from the UI I get different errors starting the VM: Selecting 1 core from the UI...
  2. P

    Custom kvm -smp argument

    Yes, thank you. qm config 100 (with working 8-core config) args: -device isa-applesmc,osk="redacted" -smbios type=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check -device...
  3. P

    Custom kvm -smp argument

    If I set cpulimit to 12 and cores to 1 I get -smp '1,sockets=1,cores=1,maxcpus=1' If I set cpulimit to 12 and cores to 12 I get -smp '12,sockets=1,cores=12,maxcpus=12' What I actually need is -smp '12,cores=1' (not sure what this macOS limitation is about). I haven't tested it but probably...
  4. P

    Custom kvm -smp argument

    Hello, Is it possible to customise how Proxmox generates the kvm -smp argument for CPU configuration? I'm running Proxmox 6.2-15 on a 6-core 2018 Mac Mini and I'm and trying to use all 12 available threads on a macOS Catalina VM. macOS has some limitations on CPU configurations and...