On Fri, May 21, 2010 at 11:43:48PM +0800, lei yang wrote:
> On Fri, May 21, 2010 at 8:08 PM, Pasi Kärkkäinen <[1]
pasik@xxxxxx> wrote:
>
> On Thu, May 20, 2010 at 04:59:00PM +0800, lei yang wrote:
> > On Thu, May 20, 2010 at 2:04 PM, Pasi Kärkkäinen
> <[1][2]
pasik@xxxxxx> wrote:
> >
> > On Thu, May 20, 2010 at 01:59:16PM +0800, lei yang wrote:
> > > Hi Experts,
> > >
> >
> > I removed xen-devel from CC since this is a very basic question,
> > and not related to Xen development.
> > > I want to configure dom0 to 1g and dom0 to 1g ?
> > >
> > > I know dom0_mem=1024M can do it for dom0, how about domU?
> > >
> >
> > Uhm.. for domU you specify:
> >
> > memory = 1024
> >
> > in the domU configuration file (/etc/xen/<guest>).
> > > My machine has 8 cores
> > > how to specify xen to 4 cpus?
> > >
> >
> > Xen is the *hypervisor*, so it has to use ALL the physical
> CPUs/cores,
> > to be able to schedule vcpus!!
> >
> > Do you mean we can't specify xen to 4 cpus, and if we specify
> "nosmp" what
> > does it mean
> > it will use *just* one physical core to schedule vcpus? and dom0
> and domU
> > just can use one core?
> >
>
> Depends where you specify "nosmp", for Xen or for dom0 kernel.
>
>
> if I specify to nosmp to "xen", will dom0 and domU just run core one core?
>
I think so. Why would you want to limit everything to just one core ?