
Split the Solution:
Break your large solution into smaller managed/unmanaged solutions if possible, separating the knowledge sources or large components.
Import smaller parts individually, then reassemble in the target environment.
Use Power Platform CLI with Chunked Upload:
Currently, the CLI does not support chunked uploads for large files, so this may not help directly, but keep an eye on updates.
Remove Unnecessary Components:
Before export, remove or exclude large embedded knowledge sources or unused components to reduce size
Please let me know if this works.