Java heap space
I have been developing in ColdFusion for over seven years, and have never encountered this; I'm hoping someone else has and can help. I'm running a scheduled task that gets a query of 15,000 email addresses from the database, loops through that query, and for each record queues up an email to be sent. While the process is running, the following error is reported in the application.log in the ColdFusion Administator: "Java heap space". Additionally, last night I saw the following error: "GC overhead limit exceeded". These caused the task to abort, and only 1500 or so of the emails were sent. Can anyone offer some advice as to how to correct this? Thank you in advance.
