All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: Rik van Riel <riel@conectiva.com.br>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	"James A. Sutherland" <jas88@cam.ac.uk>,
	Guest section DW <dwguest@win.tue.nl>,
	"Patrick O'Rourke" <orourke@missioncriticallinux.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] OOM handling
Date: Sun, 25 Mar 2001 17:20:34 +0200	[thread overview]
Message-ID: <3ABE0CC2.268D8C3C@evision-ventures.com> (raw)
In-Reply-To: <Pine.LNX.4.21.0103251156450.1863-100000@imladris.rielhome.conectiva>

Rik van Riel wrote:
> 
> On Sun, 25 Mar 2001, Martin Dalecki wrote:
> 
> > Ah... and of course I think this patch can already go directly
> > into the official kernel. The quality of code should permit
> > it. I would esp. request Rik van Riel to have a closer look
> > at it...
> 
> - the algorithms are just as much black magic as the old ones
> - it hasn't been tested in any other workload than your Oracle
>   server (at least, not that I've heard of)

No that's not true! Read the code please. The result is a simple
wighted sum without artificial unit.

> - the comments are just too rude  ;)
>   (though fun)

That's only a matter for the "smooth" anglosaxons. Different
cultures have different measures on this. I don't feel the need
to adjust myself to the american cultural obstructivity.
I esp. to the habit of don't saying clearly what one means if one
want's to criticize something.

> - the AGE_FACTOR calculation will overflow after the system has
>   an uptime of just _3_ days
> - your code might be good for server loads, but for normal
>   users it will kill what amounts to a random process ... this
>   is horribly wrong for desktop systems

No that isn't true.  I esp. the behaviour will be predictable.

> In short, I like some of your ideas, but I really fail to see why
> this version of the code would be any better than what we're having
> now. In fact, since there seem to be about 1000x more desktop boxes
> than Oracle boxes (probably even more), I'd say that the current
> algorithm in the kernel is better (since it's right for more systems).

You misunderstood me compleatly. I wasn't using an running oracle
db as a test case. I was using the INSTALLATION process.
Since you apparently don't know about oracle I will tell you:
It involves a lot of different applications. Infact TONS of:
Java, shell, compiler, linker, apache, perl and whatanot.

> Now if you can make something which preserves the heuristics which
> serve us so well on desktop boxes and add something that makes it
> also work on your Oracle servers, then I'd be interested.

I would like to state: The current heuristics DON'T serve us well 
on desktop boxes...

> Alternatively, I also wouldn't mind a completely new algorithm, as
> long as it turns out to work well on desktop boxes too. But remember

I was testing on a NOTEBOOK.

> that we cannot tell this without first testing the thing on a few
> dozen (hundreds?) of machines with different workloads...

That's true for sure.

WARNING: multiple messages have this Message-ID (diff)
From: Martin Dalecki <dalecki@evision-ventures.com>
To: Rik van Riel <riel@conectiva.com.br>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	"James A. Sutherland" <jas88@cam.ac.uk>,
	Guest section DW <dwguest@win.tue.nl>,
	Patrick O'Rourke <orourke@missioncriticallinux.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] OOM handling
Date: Sun, 25 Mar 2001 17:20:34 +0200	[thread overview]
Message-ID: <3ABE0CC2.268D8C3C@evision-ventures.com> (raw)
In-Reply-To: Pine.LNX.4.21.0103251156450.1863-100000@imladris.rielhome.conectiva

Rik van Riel wrote:
> 
> On Sun, 25 Mar 2001, Martin Dalecki wrote:
> 
> > Ah... and of course I think this patch can already go directly
> > into the official kernel. The quality of code should permit
> > it. I would esp. request Rik van Riel to have a closer look
> > at it...
> 
> - the algorithms are just as much black magic as the old ones
> - it hasn't been tested in any other workload than your Oracle
>   server (at least, not that I've heard of)

No that's not true! Read the code please. The result is a simple
wighted sum without artificial unit.

> - the comments are just too rude  ;)
>   (though fun)

That's only a matter for the "smooth" anglosaxons. Different
cultures have different measures on this. I don't feel the need
to adjust myself to the american cultural obstructivity.
I esp. to the habit of don't saying clearly what one means if one
want's to criticize something.

> - the AGE_FACTOR calculation will overflow after the system has
>   an uptime of just _3_ days
> - your code might be good for server loads, but for normal
>   users it will kill what amounts to a random process ... this
>   is horribly wrong for desktop systems

No that isn't true.  I esp. the behaviour will be predictable.

> In short, I like some of your ideas, but I really fail to see why
> this version of the code would be any better than what we're having
> now. In fact, since there seem to be about 1000x more desktop boxes
> than Oracle boxes (probably even more), I'd say that the current
> algorithm in the kernel is better (since it's right for more systems).

You misunderstood me compleatly. I wasn't using an running oracle
db as a test case. I was using the INSTALLATION process.
Since you apparently don't know about oracle I will tell you:
It involves a lot of different applications. Infact TONS of:
Java, shell, compiler, linker, apache, perl and whatanot.

> Now if you can make something which preserves the heuristics which
> serve us so well on desktop boxes and add something that makes it
> also work on your Oracle servers, then I'd be interested.

I would like to state: The current heuristics DON'T serve us well 
on desktop boxes...

> Alternatively, I also wouldn't mind a completely new algorithm, as
> long as it turns out to work well on desktop boxes too. But remember

I was testing on a NOTEBOOK.

> that we cannot tell this without first testing the thing on a few
> dozen (hundreds?) of machines with different workloads...

That's true for sure.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

  reply	other threads:[~2001-03-25 15:33 UTC|newest]

Thread overview: 198+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-21 22:54 [PATCH] Prevent OOM from killing init Patrick O'Rourke
2001-03-21 22:54 ` Patrick O'Rourke
2001-03-21 23:11 ` Eli Carter
2001-03-21 23:11   ` Eli Carter
2001-03-21 23:40   ` Patrick O'Rourke
2001-03-21 23:40     ` Patrick O'Rourke
2001-03-21 23:48 ` Rik van Riel
2001-03-21 23:48   ` Rik van Riel
2001-03-22  8:14   ` Eric W. Biederman
2001-03-22  8:14     ` Eric W. Biederman
2001-03-22  9:24     ` Rik van Riel
2001-03-22  9:24       ` Rik van Riel
2001-03-22 19:29     ` Philipp Rumpf
2001-03-22 19:29       ` Philipp Rumpf
2001-03-22 11:47   ` Guest section DW
2001-03-22 11:47     ` Guest section DW
2001-03-22 15:01     ` Rik van Riel
2001-03-22 15:01       ` Rik van Riel
2001-03-22 19:04       ` Guest section DW
2001-03-22 19:04         ` Guest section DW
2001-03-22 23:10         ` Jordi Polo
2001-03-22 16:41     ` Eric W. Biederman
2001-03-22 16:41       ` Eric W. Biederman
2001-03-22 20:28     ` Stephen Clouse
2001-03-22 20:28       ` Stephen Clouse
2001-03-22 21:01       ` Ingo Oeser
2001-03-22 21:01         ` Ingo Oeser
2001-03-22 21:23       ` Alan Cox
2001-03-22 21:23         ` Alan Cox
2001-03-22 22:00         ` Guest section DW
2001-03-22 22:00           ` Guest section DW
2001-03-22 22:12           ` Ed Tomlinson
2001-03-22 22:12             ` Ed Tomlinson
2001-03-22 22:52           ` Alan Cox
2001-03-22 22:52             ` Alan Cox
2001-03-22 23:27             ` Guest section DW
2001-03-22 23:27               ` Guest section DW
2001-03-22 23:37               ` Rik van Riel
2001-03-22 23:37                 ` Rik van Riel
2001-03-26 19:04                 ` James Antill
2001-03-26 19:04                   ` James Antill
2001-03-26 20:05                   ` Rik van Riel
2001-03-26 20:05                     ` Rik van Riel
2001-03-22 23:40               ` Alan Cox
2001-03-22 23:40                 ` Alan Cox
2001-03-23 20:09                 ` Szabolcs Szakacsits
2001-03-23 20:09                   ` Szabolcs Szakacsits
2001-03-23 22:21                   ` Alan Cox
2001-03-23 22:21                     ` Alan Cox
2001-03-23 22:37                     ` Szabolcs Szakacsits
2001-03-23 22:37                       ` Szabolcs Szakacsits
2001-03-23 19:57           ` Szabolcs Szakacsits
2001-03-23 19:57             ` Szabolcs Szakacsits
2001-03-22 22:10         ` Doug Ledford
2001-03-22 22:10           ` Doug Ledford
2001-03-22 22:53           ` Alan Cox
2001-03-22 22:53             ` Alan Cox
2001-03-22 23:30             ` Doug Ledford
2001-03-22 23:30               ` Doug Ledford
2001-03-22 23:40               ` Alan Cox
2001-03-22 23:40                 ` Alan Cox
2001-03-22 23:43         ` Stephen Clouse
2001-03-22 23:43           ` Stephen Clouse
2001-03-23 19:26         ` Szabolcs Szakacsits
2001-03-23 19:26           ` Szabolcs Szakacsits
2001-03-23 20:41           ` Paul Jakma
2001-03-23 20:41             ` Paul Jakma
2001-03-23 21:58             ` george anzinger
2001-03-23 21:58               ` george anzinger
2001-03-24  5:55               ` Rik van Riel
2001-03-24  5:55                 ` Rik van Riel
2001-03-24  8:04                 ` Mike Galbraith
2001-03-27 14:05                 ` Scott F. Kaplan
2001-03-28  0:00                   ` Rik van Riel
2001-03-30  3:18                     ` Scott F. Kaplan
2001-03-30 23:03                       ` Rik van Riel
2001-03-23 22:18             ` Szabolcs Szakacsits
2001-03-23 22:18               ` Szabolcs Szakacsits
2001-03-24  2:08               ` Paul Jakma
2001-03-24  2:08                 ` Paul Jakma
2001-03-23  1:31       ` Michael Peddemors
2001-03-23  7:04         ` Rik van Riel
2001-03-23  7:04           ` Rik van Riel
2001-03-23 11:28           ` Guest section DW
2001-03-23 11:28             ` Guest section DW
2001-03-23 14:50             ` Eric W. Biederman
2001-03-23 14:50               ` Eric W. Biederman
2001-03-23 15:13               ` General 2.4 impressions (was Re: [PATCH] Prevent OOM from killing init) Jeff Garzik
2001-03-23 15:13                 ` Jeff Garzik
2001-03-23 16:10                 ` Adding just a pinch of icache/dcache pressure Jan Harkes
2001-03-23 16:10                   ` Jan Harkes
2001-03-23 16:17                   ` Andi Kleen
2001-03-23 16:17                     ` Andi Kleen
2001-03-23 16:51                     ` Jan Harkes
2001-03-23 17:21               ` [PATCH] Prevent OOM from killing init Guest section DW
2001-03-23 17:21                 ` Guest section DW
2001-03-23 20:18                 ` Paul Jakma
2001-03-23 20:18                   ` Paul Jakma
2001-03-24 20:19                   ` Jesse Pollard
2001-03-24 20:19                     ` Jesse Pollard
2001-03-23 23:48                 ` Eric W. Biederman
2001-03-23 23:48                   ` Eric W. Biederman
2001-03-23 21:11             ` José Luis Domingo López
2001-03-23  1:31       ` Michael Peddemors
2001-03-27 15:05       ` Anthony de Boer - USEnet
2002-03-23  0:33       ` Martin Dalecki
2002-03-23  0:33         ` Martin Dalecki
2001-03-22 23:53         ` Rik van Riel
2001-03-22 23:53           ` Rik van Riel
2002-03-23  1:21           ` Martin Dalecki
2002-03-23  1:21             ` Martin Dalecki
2001-03-23  0:20         ` Stephen Clouse
2001-03-23  0:20           ` Stephen Clouse
2002-03-23  1:30           ` Martin Dalecki
2002-03-23  1:30             ` Martin Dalecki
2001-03-23  1:37             ` Rik van Riel
2001-03-23  1:37               ` Rik van Riel
2001-03-23 10:48               ` Martin Dalecki
2001-03-23 10:48                 ` Martin Dalecki
2001-03-23 14:56                 ` Rik van Riel
2001-03-23 14:56                   ` Rik van Riel
2001-03-23 16:43                   ` Guest section DW
2001-03-23 16:43                     ` Guest section DW
2001-03-24  5:57                     ` Rik van Riel
2001-03-24  5:57                       ` Rik van Riel
2001-03-25 16:35                       ` Guest section DW
2001-03-25 16:35                         ` Guest section DW
2001-03-23 20:20                   ` Tom Diehl
2001-03-23 23:56                     ` Tim Wright
2001-03-24  0:21                       ` Tom Diehl
2001-03-23 17:26     ` James A. Sutherland
2001-03-23 17:26       ` James A. Sutherland
2001-03-23 17:32       ` Alan Cox
2001-03-23 17:32         ` Alan Cox
2001-03-23 18:58         ` Martin Dalecki
2001-03-23 18:58           ` Martin Dalecki
2001-03-25 13:54           ` [PATCH] OOM handling Martin Dalecki
2001-03-25 13:54             ` Martin Dalecki
2001-03-25 15:06             ` Rik van Riel
2001-03-25 15:06               ` Rik van Riel
2001-03-25 15:20               ` Martin Dalecki [this message]
2001-03-25 15:20                 ` Martin Dalecki
2001-03-25 15:50                 ` Jeff Garzik
2001-03-25 17:08                 ` Rik van Riel
2001-03-25 17:08                   ` Rik van Riel
2001-03-25 15:44             ` Jonathan Morton
2001-03-25 15:44               ` Jonathan Morton
2001-03-25 15:47               ` Martin Dalecki
2001-03-25 15:47                 ` Martin Dalecki
2001-03-25 16:36               ` Jonathan Morton
2001-03-25 16:36                 ` Jonathan Morton
2001-03-26 21:34                 ` Kevin Buhr
2001-03-26 21:34                   ` Kevin Buhr
2001-03-26 22:00                 ` Jonathan Morton
2001-03-26 22:00                   ` Jonathan Morton
2001-03-26  2:13             ` Matthew Chappee
2001-03-26 11:33               ` Ingo Oeser
2001-03-26 11:49                 ` Jasper Spaans
2001-03-26 16:11               ` Michael Peddemors
2001-03-23 19:45         ` [PATCH] Prevent OOM from killing init Jonathan Morton
2001-03-23 19:45           ` Jonathan Morton
2001-03-23 23:26           ` Eric W. Biederman
2001-03-23 23:26             ` Eric W. Biederman
2001-03-25 15:30         ` Martin Dalecki
2001-03-25 15:30           ` Martin Dalecki
2001-03-25 20:47         ` Stephen Satchell
2001-03-25 20:47           ` Stephen Satchell
2001-03-25 21:51         ` [PATCH] non-overcommit memory, improved OOM handling, safety margin (was Re: Prevent OOM from killing init) Jonathan Morton
2001-03-25 21:51           ` Jonathan Morton
2001-03-27 15:23           ` Pavel Machek
2001-03-27 15:23             ` Pavel Machek
2001-03-23 20:16       ` [PATCH] Prevent OOM from killing init Jordi Polo
2001-03-24  0:03       ` Guest section DW
2001-03-24  0:03         ` Guest section DW
2001-03-24  7:52       ` Doug Ledford
2001-03-24  7:52         ` Doug Ledford
2001-03-25  0:32       ` Kurt Garloff
2001-03-25 15:02         ` Sandy Harris
2001-03-25 18:07         ` Guest section DW
2001-03-22 14:53   ` Patrick O'Rourke
2001-03-22 14:53     ` Patrick O'Rourke
2001-03-22 19:24   ` Philipp Rumpf
2001-03-22 19:24     ` Philipp Rumpf
2001-03-22 22:20   ` James A. Sutherland
2001-03-22 22:20     ` James A. Sutherland
2001-03-23 17:31   ` Szabolcs Szakacsits
2001-03-23 17:31     ` Szabolcs Szakacsits
2001-03-24  5:54     ` Rik van Riel
2001-03-24  5:54       ` Rik van Riel
2001-03-24  6:55       ` Juha Saarinen
2001-03-24  6:55         ` Juha Saarinen
2001-03-27  8:31       ` Roger Gammans
  -- strict thread matches above, loose matches on Subject: below --
2001-03-27 15:13 [PATCH] OOM handling Jonathan Morton
2001-03-27 16:03 ` Michel Wilson
2001-03-27 16:30   ` Martin Dalecki
2001-03-27 18:15   ` Rik van Riel
2001-03-27 16:29 ` Martin Dalecki
2001-03-27 17:07 ` Jonathan Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ABE0CC2.268D8C3C@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=dwguest@win.tue.nl \
    --cc=jas88@cam.ac.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=orourke@missioncriticallinux.com \
    --cc=riel@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.