Import Project SC9 failed

Hi!
I exported my project and wanted to import it back into SC9 - but its too large:

I deleted from inside icons and other files from library, not important for project. it dropped to 700Mb. Import is done, but nothing happens, no project.
I tried modifying apachesc9php81.conf to handle bigger files but nothing!!!
Someone help pls…
Thx in advance!

Misha

edit your php setup (depending on your os and the way you install SC)

in your php.ini update the following parameters to suit your environment:

On windows it is normally in your SC install directory under scriptcase/components/php/php.in

The default is 1024, change the values based on your available resources.

Remember to restart your Apache and PHP (on windows restart the SC service either through the apache monitor or directly in Services / Linux or other restart the service)

php.ini:

post_max_size = 2048M
upload_max_filesize = 2048M

After the change, retry the import.