Problem: outdated information in INSTALL regarding stack size

Solution: removed obsolete information
This commit is contained in:
Simon Giesecke 2018-06-01 17:34:58 +02:00
parent 5ac900a984
commit 17df28d2b6

View File

@ -48,14 +48,7 @@ cmake -H. -B<build dir> -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
=======================