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

Primefaces v13

 La versión nueva de primefaces v13.0 elimina el componente <p:repeat>  Consulte los cambios en  https://github.com/primefaces/primefaces/releases/tag/13.0.0 por lo tanto si necesita una solución similar considere utilizar  <p:carousel>  o  <ui:repeat> En la versión 13 genera una excepción

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.