Solve the method of death ECLIPSE MyEclipse card
Advertisements
-vmargs
-Xms40m
-Xmx256m
Adjusted as follows:
-vmargs
-Xms40m
-Xmx256m
-XX: PermSize = 64M
-XX: MaxPermSize = 128M
1g RAM recommended for:
-vmargs
-Xms128M
-Xmx512M
-XX: PermSize = 64M
-XX: MaxPermSize = 128M
For the MyEclipse, then modified directly MyEclipse shortcut on the desktop of the parameters can be La. . Now explain the meaning of these parameters.
-vmargs: description followed by the VM parameters
-Xms40m: virtual machine, the smallest memory occupied by the system
-Xmx256m: virtual machine maximum amount of memory occupied by the system
-XX: PermSize: minimum heap size. General reported that the memory is insufficient, are saying that this is too small,
Heap space for the remaining less than 5% will be warned, it is recommended to set this slightly larger, but depending on the memory size to set up their own machines
-XX: MaxPermSize: maximum heap size. This is also an appropriate bigger
-Xmx512M 5% of 25.6M, theoretically demand-Xmx value with the-XX: MaxPermSize must be greater than 25.6M
To change the parameters inside the
-vmargs
-Xms128M
-Xmx512M
-XX: PermSize = 128M
-XX: MaxPermSize = 256M
So for me, I just put my MyEclipse5.0 change-XX: PermSize = 128M-XX: MaxPermSize = 256M, problem-solving!
Related Posts of Solve the method of death ECLIPSE MyEclipse card
-
Hibernate configuration parameters hibernate.hbm2ddl.auto
Hibernate in the configuration file: <properties> <property name="hibernate.hbm2ddl.auto" value="create" /> </ properties> Parameter Description: validate load hibernate, the authentication to create a database t ...
-
Build flex + spring + blazeds + hibernate application
Build flex + spring + blazeds + hibernate application First, set up the project blazeds 1, will blazeds.war extract to a directory, such as: myflex /; 2, set up java works were such as: MyFlex, in the orientation of selection create project from exis ...
-
Ruby on Rails Routing - Simple Examples
This article contains a list of ruby on rails routing examples. If you find you have any questions please leave a comment. Routes are processed from the top of routes.rb down. If a route is matched it will stop processing the routes.rb file and use that r
-
Hibernate connection pool configuration
Hibernate connection pool configuration <! - Jdbc -> <property name="connection.driver_class"> oracle.jdbc.driver.OracleDriver </ property> <property name="connection.url"> jdbc: oracle: thin: @ 10.203.14.132:15
-
myeclipse plugin
myeclipsePlug-ins? 1.tomcatPlugin(Start tomcat ):http ://www.sysdeo.com/eclipse/tomcatPlugin.html,2.xVersions of eclipse 3 version 2 .1Version doesn't work. 2.Lomboz(Development of jsp program ,jspDynamic prompt, debugging ):http://forge.objectweb.org/pro
-
hibernate generic generic DAO
package org.lzpeng.dao; import java.io.Serializable; import java.util.List; import org.hibernate.Criteria; import org.hibernate.Query; import org.hibernate.criterion.Criterion; import org.springside.modules.orm.hibernate.Page; /** * * @version 2009-1-10 *
-
Java technology: Eclipse explain the use of techniques
Editor settings: Window -> Preferences -> Java-> Editor appearance: Display line number, emphasizing symmetry shown in square brackets, to emphasize that the existing line to show Print Margins its check, Tab width set 4, print made from the fiel
-
Struts2 + hibernate + spring problem user log in
dao layer services layer action jsp <tr> <td align="center"> <b> user name: </ b> </ td> <td> <s: textfield name = "czyNumber" cssClass = "textstyle" theme = "simple" size = &q
-
Hibernate secondary cache
Hibernate cache: 2-bit cache, also known as process-level cache or SessionFactory level cache, secondary cache can be shared by all of the session Cache configuration and the use of: Will echcache.xml (the document code in hibernate package directory ...
-
Hibernate's lazy strategy
hibernate Lazy strategy can be used in: <class> tag, it can be true / false Tags can <PROPERTY> values true / false type of necessary tools to enhance <set> <list> can tag values true / false / extra <many-to-one> <on ...












