lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 11 Mar 2008 10:59:00 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Nick Piggin <nickpiggin@...oo.com.au>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: Poor PostgreSQL scaling on Linux 2.6.25-rc5 (vs 2.6.22)


* Nick Piggin <nickpiggin@...oo.com.au> wrote:

> > Just a quick suggestion, does a simple runtime tune like this fix 
> > the workload:
> >
> >   for N in /proc/sys/kernel/sched_domain/*/*/flags; do
> >      echo $[`cat $N`|16] > N
> >   done
> >
> > this sets SD_WAKE_IDLE for all the nodes in the scheduler domains 
> > tree. (doing this results in over-agressive idle balancing - but if 
> > this fixes your testcase it shows that we were balancing 
> > under-agressively for this workload.) Thanks,
> 
> It doesn't change anything.
> 
> There is no idle time for this workload, btw.

oh, i thought you said that. Could you try to turn SD_WAKE_AFFINE 
all-off and all-on perhaps, via the same scriptlet?

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ