Skip to content

Commit

Permalink
Add N&N entry for removing Xmx/Xms (#265)
Browse files Browse the repository at this point in the history
Part of #37
  • Loading branch information
jonahgraham authored Dec 28, 2024
1 parent a1bdda4 commit 8d69377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This document aims to highlight configuration and content changes of the package
For changes in Eclipse projects that contribute to SimRel and are included in the EPP packages, refer to the change log or New and Noteworthy document of the participating projects.
The [Eclipse IDE New & Noteworthy](https://eclipseide.org/release/noteworthy/) page combines all those documents in one place.

## 2025-03

- The default `eclipse.ini` generally no longer includes `-Xmx` and `-Xms` arguments for the JVM. This means that the JVM will use its internal algorithm for determining `-Xmx` and `-Xms` values. Some users may want to add `-Xmx` and `-Xms` arguments to their `eclipse.ini` if they have particularly small or large memory.

## 2024-12

- [TextMate 4 Eclipse (TM4E)](https://projects.eclipse.org/projects/technology.tm4e) is now included with all packages. The TM4E project uses the Generic Code Editor in Eclipse to support syntax highlighting for a large number of languages.
Expand Down

0 comments on commit 8d69377

Please sign in to comment.