Hi everyone, I am using Apache Axis 1.4. I am writing an SMS program which need to send large request of like 20000 records to the SMS gateway by calling their web service.
Problem is that when i do the calling it kind of like eat up 50 to 80 mb of memory consumption. And even if i call system.gc() it won't actually clear off the memory. How can i optimize such that it will clear up the memory or at least optimze the memorry usage so that it won't eat up that much amount of memoy space? -- View this message in context: http://www.nabble.com/Out-Of-Memory-Exception-error-when-sending-large-request-tp14289384p14289384.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
