G
Guest
I have an application that generates and moves 1000s of small text files.
Every so often for some unknow reason I start to get the following 2
exceptions:
System.IO.IOException: Not enough quota is available to process this
command. at System.IO.Directory.GetFiles(String path, String searchPattern)
and (if the first exception does not happen we get a bit further and try to
move the files we found)
System.IO.IOException: Insufficient system resources exist to complete the
requested service. at System.IO.File.Move(String sourceFileName, String
destFileName)
I can see no problems with available memory, the app does not use huge
chunks of resources as far as I can tell from taskman and process explorer,
restarting the application clears the problem. Load on the app does not seem
to cause it as I can hit it VERY hard and it does not fail.. this leads me to
think it is down to another application or the OS.
Has anyone else seen this or got any good ideas on how to track the cause?
Every so often for some unknow reason I start to get the following 2
exceptions:
System.IO.IOException: Not enough quota is available to process this
command. at System.IO.Directory.GetFiles(String path, String searchPattern)
and (if the first exception does not happen we get a bit further and try to
move the files we found)
System.IO.IOException: Insufficient system resources exist to complete the
requested service. at System.IO.File.Move(String sourceFileName, String
destFileName)
I can see no problems with available memory, the app does not use huge
chunks of resources as far as I can tell from taskman and process explorer,
restarting the application clears the problem. Load on the app does not seem
to cause it as I can hit it VERY hard and it does not fail.. this leads me to
think it is down to another application or the OS.
Has anyone else seen this or got any good ideas on how to track the cause?