Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
2048ed5d
Commit
2048ed5d
authored
Jul 31, 2017
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: using Wine requires system tuning
Solution: document it in the INSTALL file Fixes #2638
parent
a34adbf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
INSTALL
INSTALL
+11
-0
No files found.
INSTALL
View file @
2048ed5d
...
...
@@ -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
==================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment