В php.ini находим и изменяем следующие параметры:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ; Maximum allowed size for uploaded files. upload_max_filesize = 200M ; Maximum size of POST data that PHP will accept. post_max_size = 200M ; Maximum execution time of each script, in seconds max_execution_time = 600 ; Maximum amount of time each script may spend parsing request data max_input_time = 600 ; Maximum amount of memory a script may consume (128MB) memory_limit = 500M |
Перезапускаем сервер. Производим импорт. Видим надпись: «Import has been successfully finished, 2477 queries executed». Профит.
2.Увеличиваем данные параметры в Дополнительно > Конфигурации > PHP***
post_max_size = 100M
upload_max_filesize = 100M
/usr/local/vesta/php/lib