mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: outdated information in INSTALL regarding stack size
Solution: removed obsolete information
This commit is contained in:
parent
5ac900a984
commit
17df28d2b6
9
INSTALL
9
INSTALL
@ -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
|
||||
=======================
|
||||
|
Loading…
Reference in New Issue
Block a user