Skip to content

Commit 1e8cfea

Browse files
committed
Update CHANGELOG
1 parent a977b8c commit 1e8cfea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 9.1.0 (2024-10-16)
4+
5+
- Disabled parallel optimization of JPEG files in Lossless mode.
6+
7+
Guetzli uses a huge amount of RAM. In my case, when optimizing a file of about 30 MB, one process could use up to 12 GB of memory. If there are multiple files, parallel optimization with Guetzli consumes all available RAM, causing the system to use Swap, leading to slowdowns and freezes.
8+
9+
For this reason I decided to disable parallel optimization of JPEG files in Lossless mode. Now, it will take more time but will have less impact on the OS performance.
10+
11+
312
## 9.0.2 (2024-10-08)
413

514
- Fixed Guetzli install.

0 commit comments

Comments
 (0)