Look for the line: define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 ); Change the value to a much higher byte count to support your 100GB file. Example for 100GB: define( 'AI1WM_MAX_FILE_SIZE', 107374182400 ); 3. Server-Level Optimizations