I raised the Max JVM Heap Size on my cf8 ent server from 1024 to 1236 and was able to get to the root cause.
I have a scheduled job that opens a SFTP connection and looks at a directory. <cfftp action = "LISTDIR" stopOnError = "Yes" name = "ListFiles" timeout="300" directory = "/myFiles/" connection = "mySFTPConnection"> The are about 100*2.5 MB files in the directory that choked the directory listing and caused CF to error out. My quick fix I was to clean out some of the files in the directory and all works fine again. Do you think this is a bug in cfftp 8.0.1 and or the new JVM? -Jim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303875 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

