1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

update numbers for minimal build footprint

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-01-21 13:20:33 +08:00
parent 35f332bb46
commit ab40eaa8db

View file

@ -186,6 +186,21 @@ echo "262144" > /proc/sys/net/netfilter/nf_conntrack_max
Memory efficiency
-----------------
Update at 35f332bb46464feb87eb
Embedded server-only configuration without extensions (ie, no compression
on websocket connections), but with full v13 websocket features and http
server, built on ARM Cortex-A9:
./configure --without-client --without-extensions --disable-debug --enable-nofork --without-daemonize
.text .rodata .data .bss
11476 2664 288 4
Context Creation, 1024 fd limit[2]: 12288 (12 bytes per fd)
Per-connection [3]: 4400 bytes
This shows the impact of the major configuration with/without options at
13ba5bbc633ea962d46d using Ubuntu ARM on a PandaBoard ES.