Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accept4: too many files open - retrying issue ! #1033

Open
SmileDs opened this issue Jun 18, 2024 · 1 comment
Open

accept4: too many files open - retrying issue ! #1033

SmileDs opened this issue Jun 18, 2024 · 1 comment

Comments

@SmileDs
Copy link

SmileDs commented Jun 18, 2024

Hi, hope you're doing okay,
i got a issue, after I run gost and it works for example for 12-14hrs, after this I will face 'too many open files' problem, and it wont be fix easily when I restart gost, it will come back again.

should I increase "open files' from /etc/security/limits.conf to avoid this issue or is there another solution for it?

thank you, looking forward to a good solution

@nvtinh368
Copy link

On linux , you can try this before running GOST.
ulimit -n 800000
ulimit -u 800000
ulimit -i 1200000
ulimit -l 200000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants