1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00

Added ulimit note

This commit is contained in:
Romein van Buren 2023-06-24 22:00:29 +02:00
parent 67b820ad47
commit f5366a9ad5
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -40,3 +40,5 @@ To obtain a copy of the source code, do either of the following:
* `wails build -nsis` to generate an [NSIS installer](https://nsis.sourceforge.io/Main_Page) for Windows. This requires that you have NSIS installed on your machine.
The generated binary will live in `build/bin`. You may want to run the installer (Windows) or move the app to the Applications folder (Mac).
If Wails complains that there are too many open files, you can try to increase the maximum number of open files using [`ulimit -f 1024`](https://www.man7.org/linux/man-pages/man1/ulimit.1p.html) (or whichever value) on *nix systems.