[Developer] Howto increase Wombat's system memory size

Ben Leslie benno at ok-labs.com
Wed Apr 25 01:02:14 EST 2007


On Tue Apr 17, 2007 at 14:25:21 +0200, Eduard Benes wrote:
>Hi, 
>
>I would like to increase Wombat's system memory size (45MB default).
>What is the right way to do this?
> 
>My changes (tried different values higher than default,
>but with the same result):
>
>iguana/init/src/init.c:129
>#define LINUX_HEAP_SIZE         (64*1024*1024)
>
>iguana/init/src/init.c:393
>        vmlinux = start_server("vmlinux", -1, naming_obj, serial_device->obj, serial_device->obj,&newpd,
>                               LINUX_STACK_SIZE, LINUX_HEAP_SIZE,
>                               "vmlinux igms_name=ramdisk root=/dev/igms0 mem=64M console=tty0 
>                                console=ttyS0,115200n8", NULL);

Hi Eduard,

This is basically the correct way to do it, however I'm guessing the
server was not able to allocate 64MB of memory for wombat, which is
why it is failing.

Cheers,

Ben



More information about the Developer mailing list