Hi @Vinay5 ,
Thanks for reaching out. From the error message it is clear that the available memory is less on the SHIR hosted machine when this run was in process.
When you encounter such issues, below are few recommendations:
- Scale up and scale out Self hosted Integration runtime. https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime#scale-considerations
- Ensure Self hosted IR is hosted on a dedicated machine or VM.
- Reduce the concurrent runs or load.
- In case if the pipeline includes a ForEach activity Reduce the for each batch size to a lower value. Also please refer to this troubleshooting guide: Troubleshoot self-hosted integration runtime
Hope this info helps. Do let us know if you have further query.
Please don’t forget to Accept Answer
and Up-Vote
wherever the information provided helps you, this can be beneficial to other community members.