[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?
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |