php - Vips library threads limit

one text

Solution:

I found function for this:

vips_concurrency_set($number_of_threads);

After use 1 or 2 on it (maybe i can use more, i don't try) hosting provider don't kill process but lib work very fast whatever.

Source