[En-Nut-Discussion] HTTPD memory consumption

Harald Kipp harald.kipp at egnite.de
Wed Aug 29 18:05:26 CEST 2007


You can go to Ernst Stippl's website
http://www.es-business.com/ethernut/eng/vers_avr.php
and check the .elf file information for httpd.

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x13c46 0x13c46 R E 0x1
  LOAD           0x013cda 0x00800100 0x00013c46 0x00678 0x00678 RW  0x1

First is Flash, second is static data in RAM (hex number of bytes). 
Dynamically allocated data depends on the number of concurrent 
connections, but 32k RAM is typically enough.

Regards,

Harald


pirki at email.cz schrieb:
> Hallo,
> I wanna ask if somebody know, what FLASH memory consuption and SRAM memory consuption is in case of (NUT/OS+)HTTPD aplication (HW 1.3G compatible).Or how can i find out it.
>
> Thank you,
> tomas pirkl.
>   




More information about the En-Nut-Discussion mailing list