|
From: SourceForge.net <no...@so...> - 2008-03-06 05:11:58
|
Feature Requests item #1908470, was opened at 2008-03-05 23:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1908470&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: Small (< 1 pair-week) Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Separate Memory Preferences, Better Out of Memory Errors Initial Comment: We should separate out the maximum (-Xmx) and initial (-Xms) memory sizes from the "JVM Args for Main JVM" and "JVM Args for Interactions JVM". This involves making sure that the "JVM Args for Main JVM" and "JVM Args for Interactions JVM" do not contain -Xmx and -Xms arguments, and that the maximum amount is not less than the initial amount. Then we can respond better to exceptions like java.lang.OutOfMemoryError and com.sun.jdi.VMOutOfMemoryException and directly suggest increasing the amount of heap space. Related to https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1908454&group_id=44253 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1908470&group_id=44253 |