Server terminated the process — No errors in Logs
-
I was having an issue with using WP ALL IMPORT to upload a CSV file (approx 7K entries, validated). The server was terminating the process before even starting.
We are running a VPS with 4GB RAM (CloudLinux 7), with PHP 7.1 + PHP-FPM
The limits are quite liberal:
file_uploads = On
memory_limit = 1024M
upload_max_filesize = 256M
post_max_size = 300M
max_execution_time = 900
max_input_vars = 100000
max_input_nesting_level = 64PHP-FPM pool settings are as follows:
pm.max_children = 20
pm.start_servers = 2
pm.min_spare_servers = 2
pm.max_spare_servers = 6
pm.max_requests = 1500
request_terminate_timeout = 450
pm.process_idle_timeout = 450
catch_workers_output = yesWhat was odd, is there were NO errors recorded in PHP-FPM logs or Apache logs.
However, the issue was SOLVED by downgrading to PHP 7.0. Turns out it works with libxm better that PHP 7.1.x
Sharing this here in case someone else runs into a similar problem
The page I need help with: [log in to see the link]
The topic ‘Server terminated the process — No errors in Logs’ is closed to new replies.