CSV Export fails for large reports data causing an out of memory Java errorDescriptionTrying to export 100k of large data causes an out-of-memory exception: worker.0 SEVERE *** ERROR *** Failure during scheduled run of job: 81c92ce9c0a8016400e5f0d2f784ea78 java.lang.OutOfMemoryError: Java heap space Steps to Reproduce Create a list report to export the dataAdd all fields to list and select type to CSVChange the export limit on CSV to 1000000 [Ref. Export Limits ]Create a schedule report with some recipient email addresses and the report created aboveExecute the report and observe the [sys_email] table for outgoing email recordsNotice no record exists for the specified email address. Investigate the instance logs to retrieve the out of memory error.WorkaroundThe workaround is to reduce the value in the property glide.csv.export.limit to specifically limit the size of CSV exports, and prevent out-of-memory errors. Until a fix will be available, the recommended max value to set the export limit is 50000 records.Ref. Export Limits Related Problem: PRB963728