Task fails with FileUploadMiscError
Heine Skov Kristensen
6
Reputation points
I have an Azure batch task that executes a custom application I've added as an application package. It's a single exe, but every time the task fails with the following error:
Error loading Python DLL 'C:\batch\bin\python38.dll'.
LoadLibrary: Not enough memory resources are available to process this command.
I have no idea why a Python DLL is causing problems, and if I RDP to the node it's not even close to running out of memory.
Sign in to answer