I am trying to load an exisinting xen image, and I get the following error: [root@localhost ~]# xm create --config=/home/bkearney/rhel5.cfg Error: memory_dynamic_max must be greater than zero I have not found a way to set this either in the config file, or in the xend configuration. [root@localhost ~]# cat /home/bkearney/rhel5.cfg memory="500" name="rhel5" disk=[''file://var/lib/xen/images,xvda,rw''] [root@localhost ~]# how does this max setting get set? -- bk