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

How can I restart server.php if it falls? #10

Closed
IAkumaI opened this issue Apr 3, 2016 · 2 comments
Closed

How can I restart server.php if it falls? #10

IAkumaI opened this issue Apr 3, 2016 · 2 comments
Labels

Comments

@IAkumaI
Copy link

IAkumaI commented Apr 3, 2016

How can I restart server.php if it falls?
And what about memory useage and users readl-time-online?

@walkor
Copy link
Owner

walkor commented Apr 9, 2016

Child processes of server.php will restart automatically when they fail.
Each connection takes up about 20K memory, including the socks read and write buffer.

@saada
Copy link

saada commented Apr 12, 2016

You can use supervisord in case you want to keep the parent process alive.

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

No branches or pull requests

3 participants