PHP applications are not subject to configured memory and CPU limits

a year ago

I tried launching https://github.com/cedar2025/Xboard but it kept throwing the following error:

2024-12-19 15:53:13,389 INFO reaped unknown pid 64 (terminated by SIGKILL)

I think the possibility is that the PHP and Nginx startup parameters are still configured according to the 32 CPU and 32G Memory of the server configuration. They did not read the further resource restrictions set by the user, which led to excessive CPU and memory consumption. If the restrictions are not released, the program will not be able to run with resources.

Solved

3 Replies

unicodeveloper
PRO

a year ago

Hey there, please can you give more context and provide more information about this?


Status changed to Awaiting User Response Railway about 1 year ago


a year ago

I think you guys can try it yourself, this seems to be the case for all php apps. When I start php-fpm, it quickly reaches 32GB of memory and then stops responding.

Attachments


Status changed to Awaiting Railway Response Railway about 1 year ago


unicodeveloper
PRO

a year ago

Hi, this is not the case for all php apps. There are hundreds of PHP, Laravel and Symfony apps running on Railway. Personally, I have 2 laravel apps.

Actually I have never come across this error. I wish I could try it but the entire documentation of the github repo is not in English.


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...