Skip to main content

Incrementar Memoria NetBeans

Algunas veces necesitamos incrementar la memoria para un mejor rendimiento.

http://www.netbeans.org/community/releases/55/uml-download.html
Este es un ejemplo para UML.
Descripción en ingles.

Increasing Memory Settings (applicable to all builds)


The default memory settings for NetBeans should be increased for UML projects. If you have the available memory,
  1. Locate your NetBeans installation directory ($install_dir). This can be found by starting up NetBeans and selecting Help -> About then select the Detail tab.
  2. Edit the $install_dir/etc/netbeans.conf file.
  3. Find the line defining netbeans_default_options.
  4. Increase the maximum memory attribute to -J-Xmx512m.
  5. If you experience heap overflows while working with larger files, you should increase this value further.

Comments

Popular posts from this blog

Jmoordb-Core @UpdateMany y @DeleteMany

 Jmoordb-Core @UpdateMany y @DeleteMany Estoy trabajando en una versión nueva de jmoordb-core en la cual se estará implementando nuevas funcionalidades como lo son @DeleteMany y    @UpdateMany con la finalidad de hacer operaciones sobre múltiples documentos de la colección.

jmoordb-core en Jakarta EE 10

Estamos haciendo pruebas de una versión totalmente reescrita desde cero de Jmoordb. Jakarta EE 10/NetBeans 14/ MongoDB/ Glassish