Skip to content

Commit 731c788

Browse files
committed
[GR-70922] Add changelog entry for native footprint change
1 parent dd630f4 commit 731c788

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
3636
* Enable FTS3, FTS4, FTS5, RTREE, and math function features in the bundled sqlite3 library.
3737
* Add support patches for Torch 2.7.0, PyGObject 3.52.3, xmlschema 4.0.0, lxml < 5.4.0, SciPy 1.15, jq 1.8.0, NumPy < 2.3, ormsgpack < 1.9.1, pandas 2.2.3, PyArrow 19.0, PyMuPDF 1.25.4.
3838
* The GraalPy Native standalone on Linux now uses the G1 garbage collector which is much faster.
39+
* The GraalPy Native standalone on Linux now uses a lower-footprint Native Image garbage collection configuration. This reduces resident set size (RSS) for many workloads, but may increase startup time and warmup time, and can slow down some workloads.
3940
* The full-featured Python REPL is now available on GraalPy standalone builds for Windows.
4041

4142
## Version 24.2.0

0 commit comments

Comments
 (0)