const GALLERY_MEMORY_LIMIT_MB: u64 = 2000;Expand description
Maximum memory allocation for gallery image decoding in MB. Gallery mode uses the full memory budget since only one image decodes at a time. This matches the ThumbCfg max_mem_mb budget for consistency.