public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4.17 vs 2.2.19 vs rml new VM
@ 2002-01-02  9:33 brian
  2002-01-02 10:07 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: brian @ 2002-01-02  9:33 UTC (permalink / raw)
  To: linux-kernel

I'd like to say that as of 2.4.17 w/preempt patch, the linux kernel
seems again to perform as well as 2.2.19 for interactive use and
reliability, at least in my use.

2.4.17 still croaks running some of the giant memory applications
that I run successfully on 2.2.19. (Machines with 2GB of RAM 
running 3GB+ apps.)

I tried rmap-10 new VM and under my typical load my desktop machine
froze repeatedly.  Seemed the memory pool was going down the drain
before the freeze. Meaning apps were failing and getting stuck in
various odd states.

No doubt, preempt and rmap-10 are incompatible, but I'm not going to
give up the preempt patch any time soon.

All in all 2.4.17 w/preempt is very satisfactory.

-- 
Brian Litzinger <brian@worldcontrol.com>

    Copyright (c) 2002 By Brian Litzinger, All Rights Reserved

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Linux 2.4.17 vs 2.2.19 vs rml new VM
@ 2002-01-02 23:14 Dieter Nützel
  2002-01-02 23:49 ` J Sloan
  0 siblings, 1 reply; 7+ messages in thread
From: Dieter Nützel @ 2002-01-02 23:14 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel List, Robert Love, J Sloan

On Tuesday, 2. January 2002 20:50, Alan cox wrote:
> > I find the low latency patch makes a noticeable
> > difference in e.g. q3a and rtcw - OTOH I have
> > not been able to discern any tangible difference
> > from the stock kernel when using -preempt.
>
> The measurements I've seen put lowlatency ahead of pre-empt in quality
> of results. Since low latency fixes some of the locked latencies it might
> be interesting for someone with time to benchmark
>
>        vanilla
>        low latency
>        pre-empt
>        both together

Don't forget that you have to use preempt-kernel-rml + lock-break-rml to 
achieve the same (more) than the latency patch.

Taken from Robert's page and running it for some weeks, now.

[-]
Lock breaking for the Preemptible Kernel
lock-break-rml-2.4.15-1
lock-break-rml-2.4.16-3
lock-break-rml-2.4.17-2
lock-break-rml-2.4.18-pre1-1
README
ChangeLog
With the preemptible kernel, the need for explicit scheduling points, like in 
the low-latency patches, are no more. However, since we can not preempt while 
locks are held, we can take a similar model as low-latency and "break" (drop 
and immediately reacquire) locks to improve system response. The trick is 
finding when and where we can safely break the locks (periods of quiescence) 
and how to safely recover. The majority of the lock breaking is in the VM and 
VFS code. This patch is for users with strong system response requirements 
affected by the worst-case latencies caused by long-held locks.
[-]

Regards,
	Dieter

-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
@home: Dieter.Nuetzel@hamburg.de

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-01-02 23:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-02  9:33 Linux 2.4.17 vs 2.2.19 vs rml new VM brian
2002-01-02 10:07 ` Alan Cox
2002-01-02 12:25 ` Rik van Riel
2002-01-02 19:07 ` J Sloan
2002-01-02 20:50   ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2002-01-02 23:14 Dieter Nützel
2002-01-02 23:49 ` J Sloan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox