linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-22 18:54 running 2.4.2 kernel under 4MB Ram Amol Kumar Lad
@ 2002-10-22  9:38 ` Arjan van de Ven
  2002-10-22 10:06 ` Alan Cox
  2002-10-22 11:03 ` jbradford
  2 siblings, 0 replies; 8+ messages in thread
From: Arjan van de Ven @ 2002-10-22  9:38 UTC (permalink / raw)
  To: Amol Kumar Lad; +Cc: linux-kernel, linux-mm

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

On Tue, 2002-10-22 at 20:54, Amol Kumar Lad wrote:
> Hi,
>  I want to run 2.4.2 kernel on my embedded system that has only 4 Mb
> SDRAM . Is it possible ?? Is there any constraint for the minimum SDRAM
> requirement for linux 2.4.2

2.4.2 was not a good kernel (not unless you patch it to death with 2.4.3
and 2.4.4 stuff) and especially the VM blows chunks. I'd recommend
either using the 2.4.9-ac VM or 2.4.18 with either the -aa or rmap vm
for small machines.


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-22 18:54 running 2.4.2 kernel under 4MB Ram Amol Kumar Lad
  2002-10-22  9:38 ` Arjan van de Ven
@ 2002-10-22 10:06 ` Alan Cox
  2002-10-23  0:31   ` Amol Kumar Lad
  2002-10-22 11:03 ` jbradford
  2 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2002-10-22 10:06 UTC (permalink / raw)
  To: Amol Kumar Lad; +Cc: Linux Kernel Mailing List, linux-mm

On Tue, 2002-10-22 at 19:54, Amol Kumar Lad wrote:
> Hi,
>  I want to run 2.4.2 kernel on my embedded system that has only 4 Mb
> SDRAM . Is it possible ?? Is there any constraint for the minimum SDRAM
> requirement for linux 2.4.2

You want to run something a lot newer than 2.4.2. 2.4.19 will run on a
4Mb box, and with Rik's rmap vm seems to be run better than 2.2. That
will depend on the workload.

--
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-mm.org/

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

* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-22 18:54 running 2.4.2 kernel under 4MB Ram Amol Kumar Lad
  2002-10-22  9:38 ` Arjan van de Ven
  2002-10-22 10:06 ` Alan Cox
@ 2002-10-22 11:03 ` jbradford
  2 siblings, 0 replies; 8+ messages in thread
From: jbradford @ 2002-10-22 11:03 UTC (permalink / raw)
  To: Amol Kumar Lad; +Cc: linux-kernel, linux-mm

>  I want to run 2.4.2 kernel on my embedded system that has only 4 Mb
> SDRAM . Is it possible ?? Is there any constraint for the minimum SDRAM
> requirement for linux 2.4.2

I've successfully run the following kernels all in 4 MB of RAM:

2.2.13
2.2.20
2.4.18
2.4.19
2.5.40
2.5.41
2.5.43

John.
--
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-mm.org/

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

* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-23  0:31   ` Amol Kumar Lad
@ 2002-10-22 15:39     ` Alan Cox
  2002-10-26  8:13       ` Rogier Wolff
  2002-10-22 16:04     ` jbradford
  1 sibling, 1 reply; 8+ messages in thread
From: Alan Cox @ 2002-10-22 15:39 UTC (permalink / raw)
  To: Amol Kumar Lad; +Cc: Linux Kernel Mailing List, linux-mm

On Wed, 2002-10-23 at 01:31, Amol Kumar Lad wrote:
> It means that I _cannot_ run 2.4.2 on a 4MB box. 
> Actually my embedded system already has 2.4.2 running on a 16Mb. I was
> looking for a way to run it in 4Mb. 
> So Is upgrade to 2.4.19 the only option ??

You should move to a later kernel anyway 2.4.2 has a lot of bugs
including some security ones.

--
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-mm.org/

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

* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-23  0:31   ` Amol Kumar Lad
  2002-10-22 15:39     ` Alan Cox
@ 2002-10-22 16:04     ` jbradford
  1 sibling, 0 replies; 8+ messages in thread
From: jbradford @ 2002-10-22 16:04 UTC (permalink / raw)
  To: Amol Kumar Lad; +Cc: alan, linux-kernel, linux-mm

> On Tue, 2002-10-22 at 06:06, Alan Cox wrote:
> > On Tue, 2002-10-22 at 19:54, Amol Kumar Lad wrote:
> > > Hi,
> > >  I want to run 2.4.2 kernel on my embedded system that has only 4 Mb
> > > SDRAM . Is it possible ?? Is there any constraint for the minimum
> > SDRAM
> > > requirement for linux 2.4.2
> > 
> > You want to run something a lot newer than 2.4.2. 2.4.19 will run on a
> > 4Mb box, and with Rik's rmap vm seems to be run better than 2.2. That
> > will depend on the workload.
> 
> It means that I _cannot_ run 2.4.2 on a 4MB box. 
> Actually my embedded system already has 2.4.2 running on a 16Mb. I was
> looking for a way to run it in 4Mb. 
> So Is upgrade to 2.4.19 the only option ??

You _should_ be able to run 2.4.2 in 4Mb, but as Alan pointed out,
there is no reason to stick with that old version just because of lack
of memory.  Exactly what problems are you having running 2.4.2 in 4Mb
anyway?  By the way, I am assuming that your embedded system is X86
based.  I have run all of the kernels I mentioned in my previous post
in swapless_ 4Mb on X86.

John.
--
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-mm.org/

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

* running 2.4.2 kernel under 4MB Ram
@ 2002-10-22 18:54 Amol Kumar Lad
  2002-10-22  9:38 ` Arjan van de Ven
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Amol Kumar Lad @ 2002-10-22 18:54 UTC (permalink / raw)
  To: linux-kernel, linux-mm

Hi,
 I want to run 2.4.2 kernel on my embedded system that has only 4 Mb
SDRAM . Is it possible ?? Is there any constraint for the minimum SDRAM
requirement for linux 2.4.2

Please cc me

Thanks
Amol




--
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-mm.org/

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

* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-22 10:06 ` Alan Cox
@ 2002-10-23  0:31   ` Amol Kumar Lad
  2002-10-22 15:39     ` Alan Cox
  2002-10-22 16:04     ` jbradford
  0 siblings, 2 replies; 8+ messages in thread
From: Amol Kumar Lad @ 2002-10-23  0:31 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mailing List, linux-mm

It means that I _cannot_ run 2.4.2 on a 4MB box. 
Actually my embedded system already has 2.4.2 running on a 16Mb. I was
looking for a way to run it in 4Mb. 
So Is upgrade to 2.4.19 the only option ??

-- Amol


On Tue, 2002-10-22 at 06:06, Alan Cox wrote:
> On Tue, 2002-10-22 at 19:54, Amol Kumar Lad wrote:
> > Hi,
> >  I want to run 2.4.2 kernel on my embedded system that has only 4 Mb
> > SDRAM . Is it possible ?? Is there any constraint for the minimum
> SDRAM
> > requirement for linux 2.4.2
> 
> You want to run something a lot newer than 2.4.2. 2.4.19 will run on a
> 4Mb box, and with Rik's rmap vm seems to be run better than 2.2. That
> will depend on the workload.


--
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-mm.org/

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

* Re: running 2.4.2 kernel under 4MB Ram
  2002-10-22 15:39     ` Alan Cox
@ 2002-10-26  8:13       ` Rogier Wolff
  0 siblings, 0 replies; 8+ messages in thread
From: Rogier Wolff @ 2002-10-26  8:13 UTC (permalink / raw)
  To: Alan Cox; +Cc: Amol Kumar Lad, Linux Kernel Mailing List, linux-mm

On Tue, Oct 22, 2002 at 04:39:24PM +0100, Alan Cox wrote:
> On Wed, 2002-10-23 at 01:31, Amol Kumar Lad wrote:
> > It means that I _cannot_ run 2.4.2 on a 4MB box. 
> > Actually my embedded system already has 2.4.2 running on a 16Mb. I was
> > looking for a way to run it in 4Mb. 
> > So Is upgrade to 2.4.19 the only option ??
> 
> You should move to a later kernel anyway 2.4.2 has a lot of bugs
> including some security ones.

If the "embedded system" just brews his coffee, then there are not
many security issues he cares about. It gets the job done. 

Amol, Just add a "mem=4M" to the kernel commandline and see what 
happens. It depends a lot on what and how many applications you run
on that system. 

But still, Alan is right. You might run into odd problems that are
simply fixed if you upgrade. (My workstation was "pretty good" at 
staying up under 2.4.2 (about a month at a time), and I didn't want 
to upgrade, for fear of it getting worse. I upgraded and now get
much better uptimes (until my colleague types "reboot -n -f" into 
the wrong window)). 

		Roger.	

-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
* The Worlds Ecosystem is a stable system. Stable systems may experience *
* excursions from the stable situation. We are currently in such an      * 
* excursion: The stable situation does not include humans. ***************
--
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-mm.org/

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

end of thread, other threads:[~2002-10-26  8:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-22 18:54 running 2.4.2 kernel under 4MB Ram Amol Kumar Lad
2002-10-22  9:38 ` Arjan van de Ven
2002-10-22 10:06 ` Alan Cox
2002-10-23  0:31   ` Amol Kumar Lad
2002-10-22 15:39     ` Alan Cox
2002-10-26  8:13       ` Rogier Wolff
2002-10-22 16:04     ` jbradford
2002-10-22 11:03 ` jbradford

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