mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: using Wine requires system tuning
Solution: document it in the INSTALL file Fixes #2638
This commit is contained in:
parent
a34adbf474
commit
2048ed5dbf
11
INSTALL
11
INSTALL
@ -57,6 +57,17 @@ can cause substantial consumption of virtual address space, especially if
|
||||
Generally, programmer needs to tune the stack to balance memory consumption
|
||||
but never get into situation that stack is overflown.
|
||||
|
||||
Windows Builds - Wine
|
||||
=====================
|
||||
|
||||
To use Windows binaries on *nix via Wine, it is necessary to ensure that the
|
||||
kernel TCP buffers are large enough. On some systems, like OS X, they are too
|
||||
small by default.
|
||||
They need to be set to at least one MB as a workaround for issue:
|
||||
https://github.com/zeromq/libzmq/issues/1608
|
||||
|
||||
sudo sysctl -w net.inet.tcp.sendspace=1300000
|
||||
|
||||
Basic Installation
|
||||
==================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user