update numbers for minimal build footprint 63/2963/1
authorAndy Green <andy.green@linaro.org>
Mon, 21 Jan 2013 05:20:33 +0000 (13:20 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:28 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
README.build

index 67930cf..c277b23 100644 (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.