login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
30
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tunable"
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: KOSAKI Motohiro
Subject:
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tunable"
Date: Tuesday, November 30, 2010 - 6:03 am
> On Tue, 23 Nov 2010, KOSAKI Motohiro wrote:
quoted text
> > > > > No irrelevant. Your patch break their environment even though > > > > they don't use oom_adj explicitly. because their application are using it. > > > > > > > > > > The _only_ difference too oom_adj since the rewrite is that it is now > > > mapped on a linear scale rather than an exponential scale. > > > > _only_ mean don't ZERO different. Why do userland application need to rewrite? > > > > Because NOTHING breaks with the new mapping. Eight months later since > this was initially proposed on linux-mm, you still cannot show a single > example that depended on the exponential mapping of oom_adj. I'm not > going to continue responding to your criticism about this point since your > argument is completely and utterly baseless.
No regression mean no break. Not single nor multiple. see?
quoted text
> > > Again, IF you need to [0 .. 1000] range, you can calculate it by your > > application. current oom score can be get from /proc/pid/oom_score and > > total memory can be get from /proc/meminfo. You shouldn't have break > > anything. > > > > That would require the userspace tunable to be adjusted anytime a task's > mempolicy changes, its nodemask changes, it's cpuset attachment changes,
All situation can be calculated on userland. User process can be know their bindings.
quoted text
> its mems change, a memcg limit changes, etc. The only constant is the > task's priority, and the current oom_score_adj implementation preserves > that unless explicitly changed later by the user. I completely understand > that you may not have a use for this.
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[resend][PATCH 1/4] oom: remove totalpage normalization fr ...
, KOSAKI Motohiro
, (Sun Oct 24, 8:26 pm)
[resend][PATCH 2/4] Revert "oom: deprecate oom_adj tunable"
, KOSAKI Motohiro
, (Sun Oct 24, 8:27 pm)
[resend][PATCH 3/4] move cred_guard_mutex from task_struct ...
, KOSAKI Motohiro
, (Sun Oct 24, 8:28 pm)
[resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, KOSAKI Motohiro
, (Sun Oct 24, 8:29 pm)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, pageexec
, (Mon Oct 25, 4:28 am)
Re: [resend][PATCH 3/4] move cred_guard_mutex from task_st ...
, Roland McGrath
, (Mon Oct 25, 10:26 am)
Re: [resend][PATCH 3/4] move cred_guard_mutex from task_st ...
, Oleg Nesterov
, (Mon Oct 25, 10:42 am)
Re: [resend][PATCH 3/4] move cred_guard_mutex from task_st ...
, Roland McGrath
, (Mon Oct 25, 10:51 am)
Re: [resend][PATCH 1/4] oom: remove totalpage normalizatio ...
, David Rientjes
, (Mon Oct 25, 1:37 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Mon Oct 25, 1:40 pm)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, KOSAKI Motohiro
, (Tue Oct 26, 12:25 am)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Tue Oct 26, 6:01 am)
Re: [resend][PATCH 3/4] move cred_guard_mutex from task_st ...
, KOSAKI Motohiro
, (Tue Oct 26, 6:04 am)
Re: [resend][PATCH 3/4] move cred_guard_mutex from task_st ...
, Roland McGrath
, (Tue Oct 26, 6:18 am)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Tue Oct 26, 12:37 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Mon Nov 1, 12:06 am)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Mon Nov 1, 12:36 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Mon Nov 8, 7:26 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Mon Nov 8, 8:28 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Tue Nov 9, 4:33 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, Alan Cox
, (Tue Nov 9, 4:35 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Tue Nov 9, 4:48 pm)
[patch] oom: document obsolete oom_adj tunable
, David Rientjes
, (Tue Nov 9, 4:55 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Sat Nov 13, 10:07 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Sun Nov 14, 2:39 pm)
Re: [patch] oom: document obsolete oom_adj tunable
, KOSAKI Motohiro
, (Sun Nov 14, 5:22 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Sun Nov 14, 5:24 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Mon Nov 15, 2:59 am)
Re: [patch] oom: document obsolete oom_adj tunable
, David Rientjes
, (Mon Nov 15, 3:38 am)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Tue Nov 23, 12:16 am)
Re: [patch] oom: document obsolete oom_adj tunable
, KOSAKI Motohiro
, (Tue Nov 23, 12:16 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, Oleg Nesterov
, (Tue Nov 23, 7:34 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, KOSAKI Motohiro
, (Tue Nov 23, 5:24 pm)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, Oleg Nesterov
, (Wed Nov 24, 4:09 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, KOSAKI Motohiro
, (Thu Nov 25, 4:06 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, Oleg Nesterov
, (Thu Nov 25, 7:02 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, Oleg Nesterov
, (Thu Nov 25, 12:36 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Sat Nov 27, 6:41 pm)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, KOSAKI Motohiro
, (Sun Nov 28, 10:25 pm)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, Oleg Nesterov
, (Mon Nov 29, 4:33 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, Oleg Nesterov
, (Mon Nov 29, 11:23 am)
Re: [resend][PATCH 4/4] oom: don't ignore rss in nascent mm
, KOSAKI Motohiro
, (Mon Nov 29, 5:06 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, KOSAKI Motohiro
, (Tue Nov 30, 6:03 am)
[PATCH 0/2] exec: more excessive argument size fixes for 2 ...
, Oleg Nesterov
, (Tue Nov 30, 12:54 pm)
[PATCH 1/2] exec: make argv/envp memory visible to oom-killer
, Oleg Nesterov
, (Tue Nov 30, 12:55 pm)
[PATCH 2/2] exec: copy-and-paste the fixes into compat_do_ ...
, Oleg Nesterov
, (Tue Nov 30, 12:56 pm)
[PATCH 0/4] exec: unify compat/non-compat code
, Oleg Nesterov
, (Tue Nov 30, 1:00 pm)
[PATCH 1/4] exec: introduce get_arg_ptr() helper
, Oleg Nesterov
, (Tue Nov 30, 1:00 pm)
[PATCH 2/4] exec: introduce "bool compat" argument
, Oleg Nesterov
, (Tue Nov 30, 1:01 pm)
[PATCH 3/4] exec: unify compat_do_execve() code
, Oleg Nesterov
, (Tue Nov 30, 1:01 pm)
[PATCH 4/4] exec: unexport acct_arg_size() and get_arg_page()
, Oleg Nesterov
, (Tue Nov 30, 1:01 pm)
Re: [resend][PATCH 2/4] Revert "oom: deprecate oom_adj tun ...
, David Rientjes
, (Tue Nov 30, 1:07 pm)
Re: [PATCH 1/2] exec: make argv/envp memory visible to oom ...
, KOSAKI Motohiro
, (Tue Nov 30, 5:12 pm)
Re: [PATCH 2/2] exec: copy-and-paste the fixes into compat ...
, KOSAKI Motohiro
, (Tue Nov 30, 8:04 pm)
Re: [PATCH 0/4] exec: unify compat/non-compat code
, KOSAKI Motohiro
, (Tue Nov 30, 8:09 pm)
(No subject header)
, Milton Miller
, (Wed Dec 1, 10:37 am)
Re: [PATCH 1/2] exec: make argv/envp memory visible to oom ...
, Oleg Nesterov
, (Wed Dec 1, 11:07 am)
Re: (No subject header)
, Oleg Nesterov
, (Wed Dec 1, 11:27 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
Linus Torvalds
Linux 2.6.34-rc4
Mingming Cao
Re: [RFC 1/4] Large Blocksize support for Ext2/3/4
git
:
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Len Brown
Re: fatal: unable to create '.git/index': File exists
Adeodato
Bazaar's patience diff as GIT_EXTERNAL_DIFF
Denis Bueno
Git clone error
Johannes Schindelin
Re: [PATCH 2/4] Add functions get_relative_cwd() and is_inside_dir()
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
V4L/DVB: gspca - sonixj: Adjust minor values of sensor ov7630. - set the color ga...
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Sam Fourman Jr.
Re: Help with Altell PC6700
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
linux-netdev
:
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Jarek Poplawski
Re: socket api problem: can't bind an ipv6 socket to ::ffff:0.0.0.0
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Colocation donated by:
Syndicate