From: Aplaws D. L. <apl...@li...> - 2009-02-11 09:57:40
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6399038 By: terry_permeance Try adding these two settings: -XX:PermSize=256m -XX:MaxPermSize=256m The "permanent" area of memory stores classes so such settings are typical for large Java applications with lots of classes. Regards, Terry ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |