|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: Serious performance problems - is Xen not ready for prod
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
[...more stuff...]
nd:/etc/xen# xm create -c /etc/xen/dev2.xcfg
Using config file "/etc/xen/dev2.xcfg".
Traceback (most recent call last):
[...trace...]
File "/etc/xen/dev2.xcfg", line 2
memory = 64M
^
SyntaxError: invalid syntax
Regards,
Patrick
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|