Filter: gk/gravityexport/save/preflight-memory-check
Filters the pre-flight memory check for XLSX exports.
Return false to disable the check and allow the export to proceed.
Parameters
| Name | Type | Description |
|---|---|---|
| $will_exceed | bool | Whether the export is estimated to exceed memory. |
| $feed_id | int | The feed ID. |
| $entry_count | int | Total entries to export. |
| $mem | array | Memory estimate with 'estimated_mb' and 'available_mb'. |
Since
Source
Defined in add-ons/save/src/Feature/ScheduledExportHandler.php at line 431