mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
update memory performance info
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
224149ab58
commit
72dfd756d4
1 changed files with 13 additions and 2 deletions
15
README.build
15
README.build
|
@ -204,12 +204,23 @@ 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:
|
||||
|
||||
Update at 224149ai (2013-02-11)
|
||||
|
||||
./configure --without-client --without-extensions --disable-debug --without-daemonize
|
||||
|
||||
Context Creation, 1024 fd limit[2]: 17444 (incl. 12 bytes per fd)
|
||||
Per-connection [3]: 112 bytes, additional 1328 bytes only during headers
|
||||
|
||||
.text .rodata .data .bss
|
||||
11548 2736 288 4
|
||||
|
||||
|
||||
Update at 35f332bb46464feb87eb
|
||||
|
||||
./configure --without-client --without-extensions --disable-debug --enable-nofork --without-daemonize
|
||||
|
||||
.text .rodata .data .bss
|
||||
|
|
Loading…
Add table
Reference in a new issue