Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
2dcfa47f
Commit
2dcfa47f
authored
Jul 21, 2018
by
Mathieu Comandon
Committed by
Vitaly Lipatov
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
esync: Add note about file limits not being raised when using systemd.
parent
e1d3434b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
README.esync
README.esync
+11
-2
No files found.
README.esync
View file @
2dcfa47f
...
...
@@ -20,6 +20,16 @@ have a reasonable limit.) To raise the limit you'll want to edit
then restart your session.
On distributions using systemd, the settings in `/etc/security/limits.conf` will
be overridden by systemd's own settings. If you run `ulimit -Hn` and it returns
a lower number than the one you've previously set then you can set
DefaultLimitNOFILE=100000
in both `/etc/systemd/system.conf` and `/etc/systemd/user.conf`. You can then
execute `sudo systemctl daemon-reexec` and restart your session. Check again
with `ulimit -Hn` that the limit is correct.
Also note that if the wineserver has esync active, all clients also must, and
vice versa. Otherwise things will probably crash quite badly.
...
...
@@ -188,4 +198,4 @@ done by the kernel.
Anyway, yeah, this is esync. Use it if you like.
--Zebediah Figura
\ No newline at end of file
--Zebediah Figura
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