From 8c5c4498071600bbc561c8a13151a2653bbf529b Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 11 Feb 2013 22:40:39 +0800 Subject: [PATCH] update memory performance info Signed-off-by: Andy Green --- README.build | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.build b/README.build index c856393..4d23191 100644 --- a/README.build +++ b/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 -- 2.7.4