While reviewing your Symantec Protection Engine (SPE) logs, you note the following error:
Resource Unavailable
SPE 9.x
"Resource Unavailable" errors are a primary indicator that the memory, and InMemoryFile settings, need to be increased.
Increase the physical memory on each SPE and set the InMemoryFilesystemSize and InMemoryFileScanCacheSize settings to 40% of the installed RAM on the scanner. Note that these two settings should always be the same number, additionally the maximum value for these settings is 128GB.
systeminfo | find "Physical Memory"free -h<install dir>/bin on Linux or <install dir> on Windows.<value>:.\xmlmodifier.exe -s //filtering/Container/InMemoryFilesys​temSize/@value <value> filtering.xml.\xmlmodifier.exe -s //filtering/Container/InMemoryFileScanCacheSize/@value <value> filtering.xml
./xmlmodifier -s //filtering/Container/InMemoryFilesys​temSize/@value <value> filtering.xml
./xmlmodifier -s //filtering/Container/InMemoryFileScanCacheSize/@value <value> filtering.xml
4. Restart the Symantec Protection Engine service to release or reallocate memory correctly:
Net Stop symcscan
Net Start symcscan
/etc/init.d/symcscan restart