High Memory Usage
Original Question or Issue:
RAM gets stuck on 99% each couple of months
Environment:
- Product - FileCloud Server
- Version - All
- Platform - Windows
Steps to Reproduce:
Error or Log Message:
High memory usage is seen in the Windows Task Manager
Defect or Enhancement Number:
Cause:
Memory leak
Resolution or Workaround:
- Add the directive below to <Drive Letter>:\xampp\htdocs\config\cloudconfig.php
define("TONIDOCLOUD_PDF_EXTRACTION_MAX_SIZE", 100000);
- Edit as below the file <Drive Letter>:\xampp\htdocs\src\Scripts\config\default.json
"workers_memory_limit_MB": 256
- Restart the Message Queue service from the FileCloud Control Panel
Notes: