update memory performance info 76/3076/1
authorAndy Green <andy.green@linaro.org>
Mon, 11 Feb 2013 14:40:39 +0000 (22:40 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:34 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
README.build

index c856393..4d23191 100644 (file)
@@ -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