From 77629a528a2f93a2977a1bf63e2e18faaaffaaaf Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 13 Mar 2021 23:51:55 -0500 Subject: disable aggressive memory optimizations by default --- docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 045a5168..cf7643b3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## Upcoming release +* For players: + * Aggressive memory optimization (added in 3.9.2) is now disabled by default. The option reduces errors for a subset of players who use certain mods, but may cause crashes for farmhands in multiplayer. You can edit `smapi-internal/config.json` to enable it if you experience frequent `OutOfMemoryException` errors. + ## 3.9.4 Released 07 March 2021 for Stardew Valley 1.5.4 or later. -- cgit