WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Optimizing I/O

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Optimizing I/O
From: "Ryan Burke" <burke@xxxxxxxxxxxxxxxxx>
Date: Thu, 22 Jan 2009 01:21:12 -0600 (CST)
Delivery-date: Wed, 21 Jan 2009 23:22:33 -0800
Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=tailorhosting.com; h= message-id:in-reply-to:references:date:subject:from:to:reply-to :mime-version:content-type:content-transfer-encoding; s= selector1; bh=S4SqsyLowy9SILT72oXHyn6aWh8=; b=y9yccWnynKopavesOz nqku/kOb3sv5jiCWTxWfWe3AzrY0qos12a/BTqMINCWiheziKlerHSlvwo7I5Orc o1v8F/Inhxum8BuUI+iYUgU+48VNSSo5cOg9Dmo1IMinKWV7gSYJDpT7u1AkL5Aj +wNJaGhPSDWfRx2im7LEs3Ouc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=tailorhosting.com; h=message-id :in-reply-to:references:date:subject:from:to:reply-to :mime-version:content-type:content-transfer-encoding; q=dns; s= selector1; b=He15zRBywHcuwF663MfWVayzQsB6jtc3I49xOmMebDjUgnV/SNq A+Czhlpi5Ie39oeksUyLqIAT8Gq8ChsWwIQxn8s/KDASsjeGhtwuIPq5176BUE+I kNp7M5ABiilVNJeF6GwT/ZH7JzqHftUwILiZpg7Oo8qYnRT8d7ad42Ms=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
In-reply-to: <2eed5f740901212314i763bf2b4v14bf022bb3e947e0@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <200912118721.182906@leena> <C7FEC0FC-0C3C-4024-B4B3-9E1D2029F23F@xxxxxxxxxx> <2eed5f740901212314i763bf2b4v14bf022bb3e947e0@xxxxxxxxxxxxxx>
Reply-to: burke@xxxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.13
>> On Jan 21, 2009, at 4:07 PM, lists@xxxxxxxxxxxx wrote:
>>
>>> Anyone have any tips on optimizing CentOS for best I/O when it's being
>>> used as a xen server.
>>>
>>> Mike
>>
>> I don't know about just I/O but in general I do;
>>
>> /etc/grub
>>
>> after the kernal line at the end add dom0=512M
>> after the module vmlinuz at the end of that line add nosmp
>>
>> then in /etc/xen/xend-config.sxp add
>> (dom0-min-mem 0)
>>
>> These mods have made my dom0 no longer pause at wierd times of the day
>> and
>> allow faster performance of my domUs.
>>
>> - Brian
>>
>
> But won't adding "nosmp" make your server only use 1 CPU(-core)?
> Seems like a terrible waste.
>
> Regards,
> Vidar
>


It will only make the Dom0 1-core. Most people pin their Dom0 to a
dedicated core so there is no reason to enable the smp code if you know
you are only using 1 core.

Ryan


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

<Prev in Thread] Current Thread [Next in Thread>