Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
xen
:
redhat
:
3.3.0
>
xen
> xen-3.3.0-config.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File xen-3.3.0-config.patch of Package xen
diff -ruN xen-3.3.0.orig/tools/examples/xend-config.sxp xen-3.3.0/tools/examples/xend-config.sxp --- xen-3.3.0.orig/tools/examples/xend-config.sxp 2008-08-22 11:49:07.000000000 +0200 +++ xen-3.3.0/tools/examples/xend-config.sxp 2008-08-28 22:18:47.000000000 +0200 @@ -54,14 +54,14 @@ #(xend-http-server no) -#(xend-unix-server no) +(xend-unix-server yes) #(xend-tcp-xmlrpc-server no) #(xend-unix-xmlrpc-server yes) #(xend-relocation-server no) -(xend-relocation-server yes) +#(xend-relocation-server no) #(xend-relocation-ssl-server no) -#(xend-unix-path /var/lib/xend/xend-socket) +(xend-unix-path /var/lib/xend/xend-socket) # Address and port xend should use for the legacy TCP XMLRPC interface, @@ -181,11 +181,11 @@ # dom0-min-mem is the lowest permissible memory level (in MB) for dom0. # This is a minimum both for auto-ballooning (as enabled by # enable-dom0-ballooning below) and for xm mem-set when applied to dom0. -(dom0-min-mem 196) +(dom0-min-mem 256) # Whether to enable auto-ballooning of dom0 to allow domUs to be created. # If enable-dom0-ballooning = no, dom0 will never balloon out. -(enable-dom0-ballooning yes) +#(enable-dom0-ballooning yes) # In SMP system, dom0 will use dom0-cpus # of CPUS # If dom0-cpus = 0, dom0 will take all cpus available