I just applied the settings on OLS how to install guide and looking for something better.
My website has 5gb database, 3gb files. So i'll preciate for any kinda help.
Using G1-small instance of GCP. (1vCPU with 1.7GB rams + 20gb SSD)
this is my php.ini setup for php7.4; (im running plenty imports)
memory_limit=1024M;
max_execution_time=120;
max_input_time=120;
post_max_size=128M;
upload_max_filesize=100M;
max_input_vars=3000;
which are optimized import speed 20 entries per 12sec to 6 sec. Anything better may help either.
Tyvm.
My website has 5gb database, 3gb files. So i'll preciate for any kinda help.
Using G1-small instance of GCP. (1vCPU with 1.7GB rams + 20gb SSD)
this is my php.ini setup for php7.4; (im running plenty imports)
memory_limit=1024M;
max_execution_time=120;
max_input_time=120;
post_max_size=128M;
upload_max_filesize=100M;
max_input_vars=3000;
which are optimized import speed 20 entries per 12sec to 6 sec. Anything better may help either.
Tyvm.