From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 13:20:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4355A1065748 for ; Mon, 25 Aug 2008 13:20:27 +0000 (UTC) (envelope-from davidgurvich@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.190]) by mx1.freebsd.org (Postfix) with ESMTP id BE1178FC33 for ; Mon, 25 Aug 2008 13:20:26 +0000 (UTC) (envelope-from davidgurvich@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so268842gve.39 for ; Mon, 25 Aug 2008 06:20:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=8jwAWkmo5h9ZboTMzbqJvTxAAXh/WpbsB5CdrRlVSio=; b=sB+C8wPkUFpgtLu2D/frPn9tmMgCI8qw2GsKqAzeEwDXrHIiF/HA8FxUpI19gCV96h WULSE802qEedccFhv8PU2D5JS3abpQVZcsjKtGqCxHrnlCnP7SkPChwEZbmj3r+/iadD JlcdejKp/MPUfMhe6rE5fZfEt+Ax2BYjJij2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=NhXo1KrktqdXy9hsg5hO6ervgUT12GdtkroDI2H1p42dCzZ5qcOkBPiDsK0TZm2DNZ kW/zFYCs17R+eHV1BlLRHxNoTMqXNkZ6RR4GiW+PRG3lzKGNOYHadLQjXPflwHW+R1+n ugHZL8HXwTTPxmhZjFg5gfqwZVgllqSpfQiKw= Received: by 10.187.185.8 with SMTP id m8mr361870fap.93.1219668439805; Mon, 25 Aug 2008 05:47:19 -0700 (PDT) Received: by 10.187.231.4 with HTTP; Mon, 25 Aug 2008 05:47:19 -0700 (PDT) Message-ID: Date: Mon, 25 Aug 2008 12:47:19 +0000 From: "David Gurvich" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: KDE4 system utilization in FreeBSD vs. SuSE 11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2008 13:20:27 -0000 The system that I'm doing this on is a Thinkpad T23 with 1GB ram and 1Ghz P3. I've tried KDE4 as the ports tree now has packages for 7-STABLE and found that plasma+xorg is a resource hog. When I look in top I see xorg + plasma each using 20% of the cpu and a large portion of the ram. Opening up konqueror for kde4 slows the system very noticeably and closing konqueror leaves a zombie process. Konqueror for kde3 does not have the same effect and is quite useable. The laptop is unable to go to the lower cpu frequency and is almost unuseable. I've now booted from the SuSE 11 KDE4 livecd. X + plasma + konqueror + konsole + networkmanager is using less than 20% cpu and 70% of the ram. 512K ram is being used as a ramdisk and the other 200K is being used to run KDE4. SuSE has many services running and seems to have no issues doing so as the cpu frequency is at the lowest setting. In fact, the cpu frequency has not budged from the lowest setting. The system is as responsive running from the livecd using KDE4 as FreeBSD using KDE3 from the hard drive. Here is a comparison of memory use between KDE4 and KDE3, http://www.kdedevelopers.org/node/3138. The conclusion from that is KDE4 applications require less memory than KDE3 applications. Am I doing something wrong that causes such a discrepancy?