I have large query that processes about 10,000 records, it take a short while to process but only happens once a day. I have notices MX chews up the CPU to max at 100%, it also consumes memory from 60MB to about 360MB. Once the query has run, the CPU returns to normal but the memory usage remains over 300MB.
This is expected with any Java application. Java consumes memory up to a configured limit as it needs it. Once it has stopped using the objects created, it returns them to its heap - but does not return the allocated memory to the system.
Any ideas to improve performance
What do you mean by 'performance'?
Regards, Sean
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
