Python / Odoo Developer

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

Eclipse Reduce RAM Usage

Avatar
Administrator

link

  1. You can switch off the plug-in by going to Window -> Preferences -> General -> Editors -> Text Editors -> Spelling, and unchecking the box title 'Enable spell checking'.

  2. Disable necessary startup plugins Windows > Preferences > General > Startup and Shutdown

  3. Uninstall not necessary plugins


To view Eclipse Memory usage enable this option

General -> Show heap status


To limit memory usage by file eclipse.ini

-vmargs
-Xms128m
-Xmx1024m 
-XX:MaxPermSize=128m





Avatar
Discard