Hi Gouri,
You can try breaking the file or use FileCollector
Below is the statement from Adobe's KB article.
Uploading huge files on the server using file upload functionality is not recommended. The best is to place the file on SFTP and then use File collector.
If the file is enormous, it will take some time to process. The only possible way to reduce time is to multiple workflows and break the file into smaller chunks. Use each workflow to process one piece, this method will provide you with some parallelism, but eventually, data is inserted inside the same table/database. There will be a performance improvement with the concurrent workflows.
There is no file size restriction when using the SFTP way of uploading data(via File Collector).
Here is the link https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19430.html%3Flang%3Dnl
Regards
Jitendra