From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-108819-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Npkib-0003Am-GC
	for garchives@archives.gentoo.org; Thu, 11 Mar 2010 15:54:37 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A389CE093E;
	Thu, 11 Mar 2010 15:54:19 +0000 (UTC)
Received: from mail-yw0-f176.google.com (mail-yw0-f176.google.com [209.85.211.176])
	by pigeon.gentoo.org (Postfix) with ESMTP id 89692E093E
	for <gentoo-user@lists.gentoo.org>; Thu, 11 Mar 2010 15:54:19 +0000 (UTC)
Received: by ywh6 with SMTP id 6so92256ywh.16
        for <gentoo-user@lists.gentoo.org>; Thu, 11 Mar 2010 07:54:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=JQKgv8Oe3peKSIF9GS45n3psrxyS/zY6s17vulpwcn8=;
        b=bJQvrMlrB0NnFECSLQucfM6GNhsnINRfHgKKKnK1AHYlIveB7EtRaS6R33kBV+1Ooj
         9dyTpqENzqxMeEnWB61Py+YPkW9FPU3jqUr2Y5l+mnVLZ6qCp6GrXX5d+LxZws/zUlh8
         5FQO+hxPahxc2FJ/+49BBPB+DLOcw6/cJJmaY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=pJWbQvYvh67gN7p2JHnSEU4rdG5n57HkUTYRe4X+ZT58By0DtbWeRuWuFnICFekj78
         LRCsaq6BWGJdGNRSwconHNQSHGaIuWIVIRIXrK0EOyHXwr8UNfwdzyXUClf/cCF9t4uN
         SzYsqFh2j09CI4Nvaa9Hmv9HBB8jyFq/6Gg50=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.101.128.23 with SMTP id f23mr3890800ann.219.1268322857992; 
	Thu, 11 Mar 2010 07:54:17 -0800 (PST)
In-Reply-To: <4B97F76B.1080303@xunil.at>
References: <4B97F76B.1080303@xunil.at>
Date: Thu, 11 Mar 2010 07:54:17 -0800
Message-ID: <854dca5c1003110754l263ebb17gfdc694b029902f24@mail.gmail.com>
Subject: Re: [gentoo-user] vmware-server performance
From: Kyle Bader <kyle.bader@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: c0d00ac5-baa0-48b4-bfff-74269ea96649
X-Archives-Hash: 9590eb70367c531e308e972e6bc5f6e6

If you use the cfq scheduler (linux default) you might try turning off
low latency mode (introduced in 2.6.32):

Echo 0 > /sys/class/block/<device name>/queue/iosched/low_latency

http://kernelnewbies.org/Linux_2_6_32

On 3/10/10, Stefan G. Weichinger <lists@xunil.at> wrote:
>
> Recently I see bad performance with my vmware-server.
>
> Loads of harddisk IO ... even bad on the RAID1, disks working all the
> time (I hear them and iostat tells me).
>
> Might have to do with kernel 2.6.33 and non-fitting vmware-modules?
>
> I masked some modules back then because they didn't work, maybe they
> would now.
>
> Could someone tell me what combo works with gentoo-sources-2.6.33 ?
>
> I currently have:
>
> # eix vmware-mod
> [I] app-emulation/vmware-modules
>      Available versions:  1.0.0.15-r1 1.0.0.15-r2 (~)1.0.0.24-r1{tbz2}
> [m]1.0.0.25-r1 [m](~)1.0.0.26 {kernel_linux}
>      Installed versions:  1.0.0.24-r1{tbz2}(20:34:53
> 01.03.2010)(kernel_linux)
>
> # eix vmware-ser
> [I] app-emulation/vmware-server
>      Available versions:  1.0.8.126538!s 1.0.9.156507!s
> (~)1.0.10.203137!s (~)2.0.1.156745-r3!s{tbz2} (~)2.0.2.203138!f!s{tbz2}
>      Installed versions:  2.0.2.203138!f!s{tbz2}(20:19:33 10.03.2010)
>
>
> Thanks in advance, Stefan
>
>

-- 
Sent from my mobile device


Kyle