search for: numcpus

Displaying 5 results from an estimated 5 matches for "numcpus".

Did you mean: num_cpus
2013 May 31
0
Enable bios useserial=yes from command line
...provision a VM: virt-install --connect qemu:///system --ram "$ramsize" -n "$vmname" --boot network,hd,menu=on --os-variant="$variant" --disk path=/var/lib/libvirt/images/"$vmname".qcow2,device=disk,bus=virtio,format=qcow2 --mac= --cpu host --vcpus="$numcpus" --graphics none --noautoconsole --import But cannot seem to find a way to enable bios useserial=yes without issuing a virsh edit $vmname I've tried --extraargs= but that appears to be for kernel command lines, which is not what I want to achieve here. I'm looking for a way to enabl...
2009 Apr 22
0
[asterisk-dev] How to get to 10.000 open calls
...can help. I suspect htat if you > ?boot the system with mem=<whatever_needed_for_16GB> the results won't > ?differ greatly > * It would also be interesting to see how the results scale with various > ?values numbers of cores. This is again something you can set at boot > ?(numcpus=N). I wonder just how far from linear it will be. > > -- > ? ? ? ? ? ? ? Tzafrir Cohen > icq#16849755 ? ? ? ? ? ? ?jabber:tzafrir.cohen at xorcom.com > +972-50-7952406 ? ? ? ? ? mailto:tzafrir.cohen at xorcom.com > http://www.xorcom.com ?iax:guest at local.xorcom.com/tzafrir >...
2009 Jul 08
1
[PATCH: host-browser replacement 0/3] replacement of host-browser on ovirt-server
The purpose of this patch is to replace the identify function in host-browser.rb with a new script, host-register.rb. host-register.rb is a qmf ruby console that interfaces with the newly added matahari qmf agent on the ovirt node. While it stores node data in the database with the same behavior as the original host-browser implementation, it acquires the data using the amqp protocol (and
2007 May 25
9
Scaling Asterisk: Dual-Core CPUs not yielding gains at high call volumes
List users, Using Asterisk in an inbound call center environment has led us to pushing the limits of vertical scaling. In order to treat each caller fairly and to utilize our agents as efficiently as possible, it is desirable to configure each client as a single queue. As far as I know, Asterisk's queues cannot be distributed across servers, so the size of the largest queue we service
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script, host-register.rb, that takes over that functionality. The chief difference is that host-browser used a simple TCP server setup to get data from the node, while host-register uses the qpid bus to do so. Specifically, it communicates with the matahari qmf agent added to the node in two related patchsets to node