Our App uses the IMAP-POP3-email module to replicate emails from an external server. It was working fine in Production for several days and then crashed when the email replication was run (as a scheduled event). The same App has been working fine, and continues to work fine, in the Acceptance Test enevironment. The Production Log says
Jan 22 20:31:51.905 127.0.0.1 tr10000: JVM Out of Memory error detected
Whenever the replication event is run it crashes the App with the error above - plus lots of other error messages which are not intelligible to me. Can anyone throw any light on the reason why the App in the Acceptance environment should operate OK when the same App in the Production environment doesn't.
Many thanks.