[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Re: AW: Re: [Xen-devel] AW: Load increase after memory upgrade?
On Mon, Jun 27, 2011 at 10:46:15PM +0200, Carsten Schiers wrote: > >I'm running konrad's master > tree(git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git) with > a additional patch that's the last one in his "devel/xen-pciback-0.6.1" > tree >(xen/pciback: revert the name of the PCI driver to ...). > >The patch is necessary, otherwise the xen toolstack doesn't see the > devices being owned by pciback. > > Forget what I just mailed. It's a head. I am not very used to all these > git thingies... > > Is there an easy way to describe the steps to do after > > git clone git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git Um, well, lets take one thing at a time. a). What is the version of Dom0? Are you swapping that out? If so, and you want the latests then the next step is to do: cd xen git merge origin/devel/xen-pciback-0.6.1 make b). If you just want to use the later version of a kernel for DomU, you don't need the xen pciback. You need the xen pcifront - which has some bug-fixes in 2.6.39. So you can: cd xen git checkout v2.6.39 make c). If you want to see if the fault here lies in the bounce buffer being used more often in the DomU b/c you have 8GB of memory now and you end up using more pages past 4GB (in DomU), I can cook up a patch to figure this out. But an easier way is to just do (on the Xen hypervisor line): mem=4G and that will make think you only have 4GB of physical RAM. If the load comes back to the normal "amount" then the likely culprit is that and we can think on how to fix this. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |