Hey folks,
Metabase 56.10 introduces a size limit on query results used to generate a notification (email, etc.). The chart will fail to render and be replaced by a text message suggesting to reduce the query size. Large results get spooled to storage temporarily. On the plus side this should keep notification generation from sucking up too much memory (beyond GraalVM’s large appetite).
If you want the old behavior, set MB_NOTIFICATION_TEMP_FILE_SIZE_MAX_BYTES to zero, or you can set an explicit limit.
EDIT: Updated old behavior switch, thanks!