you can upload to 512M
Create a file named .user.ini in your public_html/ folder.
.user.ini
Add these lines:
upload_max_filesize = 512M post_max_size = 512M max_execution_time = 600 memory_limit = 512M
Save and test your upload again.