Getting Memory Error Alerts
Will get similar error:
CLFC-00004 ERROR | 2026-02-06 06:34:02 | 1 | Allowed memory size of 134217728 bytes exhausted (tried to allocate 67211825 bytes) | /var/www/html/thirdparty/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php:242 []Original Question or Issue:
Environment:
Product - FileCloud Server
Version - Any
Platform - Any
Steps to Reproduce:
Error or Log Message:
CLFC-00004 ERROR | 2026-02-06 06:34:02 | 1 | Allowed memory size of 134217728 bytes exhausted (tried to allocate 67211825 bytes) | /var/www/html/thirdparty/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php:242 []
Defect or Enhancement Number:
Cause:
The PDF parser tried to load or process a large PDF, but the PHP memory limit (128 MB) wasn’t enough, so the script crashed.
Resolution or Workaround:
Set or increase the php_value memory_limit 512M in your .htaccess file, depending on your server configuration.
Linux: /var/www/html/.htaccess
Windows: <Drive Letter>:\xampp\htdocs\.htaccess
Notes: