From 17df28d2b629b9f36f4422c90cd0338de239e4f7 Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Fri, 1 Jun 2018 17:34:58 +0200 Subject: [PATCH] Problem: outdated information in INSTALL regarding stack size Solution: removed obsolete information --- INSTALL | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index e244fd44..d8ea4ab6 100644 --- a/INSTALL +++ b/INSTALL @@ -48,14 +48,7 @@ cmake -H. -B -G"Visual Studio 14 2015 Win64" \ In VS 2012 it is mandatory to increase the default stack size of 1 MB to at least 2 MB due to implementation of std::map intermittently requiring -substantial amount of stack and causing stack overflow. ZeroMQ generally -needs more stack when FD_SETSIZE is higher. -In all Windows builds it is recommended to start with at least 2 MB stack -size unless application using ZeroMQ is using large number of threads which -can cause substantial consumption of virtual address space, especially if -32 bit build is used. -Generally, programmer needs to tune the stack to balance memory consumption -but never get into situation that stack is overflown. +substantial amount of stack and causing stack overflow. Windows Builds - Static =======================