Big File import into Module

I intend to import into a new created Module : 8500 KB (csv) file, is that possible ?? and can I change
the import default settings ( 3000 KB??) to allow such big import file,

I can split it into smaller files, but any import takes a lot of time
with my locally installed SuiteCRM

Thanks for advice.

William

You can increase your maximum upload size in the system settings.

And you can change the value of your upload-max-size in your php.ini file.

That way worked for me, hope it helps