Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1318948

Re: [PATCH 1/1] debugobjects: Allow bigger number of objects

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] debugobjects: Allow bigger number of objects
Date 2016-01-27 14:40 +0100
Message-ID <qVyud-49M-3@gated-at.bofh.it> (permalink)
References <qTI4G-3lg-19@gated-at.bofh.it> <qVips-Vs-13@gated-at.bofh.it> <qVxHQ-3xq-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 27 Jan 2016, Christian Borntraeger wrote:

> On 01/26/2016 09:22 PM, Thomas Gleixner wrote:
> > On Fri, 22 Jan 2016, Christian Borntraeger wrote:
> > 
> >> On my bigger s390 systems  I always get
> >> "Out of memory. ODEBUG disabled". Since the number of objects
> >> is needed at compile time in the code, let's provide a Kconfig
> >> variable to increase the number of static objects.
> > 
> > How many do you need on those big machines? Can't we scale that automagically
> > with the number of cpus or such?
> 
> It seems to be 530 - actually pretty close.
> Hmm, we could simply increase that to 1000, it is initdata anyway?

Yes, it's initdata, so it doesn't matter much.

Thanks,

	tglx

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] debugobjects: Allow bigger number of objects Christian Borntraeger <borntraeger@de.ibm.com> - 2016-01-22 12:30 +0100
  Re: [PATCH 1/1] debugobjects: Allow bigger number of objects Thomas Gleixner <tglx@linutronix.de> - 2016-01-26 21:30 +0100
    Re: [PATCH 1/1] debugobjects: Allow bigger number of objects Christian Borntraeger <borntraeger@de.ibm.com> - 2016-01-27 13:50 +0100
      Re: [PATCH 1/1] debugobjects: Allow bigger number of objects Thomas Gleixner <tglx@linutronix.de> - 2016-01-27 14:40 +0100

csiph-web