[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Re: Serious performance problems - is Xen not ready for production use?


  • To: Patrick Hess <ph@xxxxxxxx>
  • From: aq <aquynh@xxxxxxxxx>
  • Date: Sun, 17 Jul 2005 00:00:02 +0900
  • Cc: xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Sat, 16 Jul 2005 14:58:42 +0000
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZsEftk06smDZPP3r9+6femKDpY5XyZnxmxMtoQvFI7p8An9ydoeH3quBWIP1oJung/ko1XTu6kMp6E3DEaaGWc3+StxHXef7Yk1VLx7MuBsuOYj6/PMRsgUZxNNrOIRhLoZM6/zsjEhvdNpY6+ZCoWrEJFN8Q+m234T5YVV/L5c=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

On 7/15/05, Patrick Hess <ph@xxxxxxxx> wrote:
> aq wrote:
> 
> > the unit for programming interface is KB, but for *domain*
> > configuration, if you dont specify then the memory unit is MB. so you
> > should adjust your domain config file, and give it another shoot.
> 
> In the config file I cannot use any k|K|m|M|... - only numeric values in
> MB seem to be allowed here:
> 
> nd:/etc/xen# cat dev2.xcfg
> kernel ="/boot/xen-linux-2.6.10nwxu"
> memory = 64M

no, dont do that. the domain config file is actually a python script,
and it will be executed by python interpreter. so "memory = 64M" is
not syntax-valid, and you will get an error like you saw.

there are some confuses: in domain config file, all memory unit is MB,
and you dont need to specify the memory unit. but if you config the
domain using xm interface (for example "xm maxmem DOM MEM" then you
have few choices when specifying MEM (ie you can use K/M/G suffix on
memory parameter)

so "memory = 64" is fine.

regards,
aq

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.