pdalcol / Zippex

Native Apex Zip library for Salesforce.com
MIT License
145 stars 108 forks source link

Apex CPU time limit exceeded #30

Open shekharf9 opened 2 years ago

shekharf9 commented 2 years ago

The zippex class fails with Apex CPU time limit exceeded when the data is bulk in nature. For me the class failed when the data volume >= 5000

victorng8 commented 3 months ago

Yes compression is an intensive compute process. Seems like 5MB is the limit Apex CPU limit.