As a workaround to avoid this issue, adjust the maximum memory size of REDIS for Trend Micro Endpoint Sensor. Do the following steps:
- Stop Trend Micro Endpoint Sensor Server service:
Trend Micro Endpoint Sensor Service
- Update REDIS config value in Trend Micro Endpoint Sensor database:
UPDATE[-ApexOne-iES].[dbo].[Setting]
The figure "8192" means 8192 MB for REDIS, and "ApexOne-iES" is the sample database name.
SET[Value] = 8192
WHERE[Key] like '%/TMSL/Redis/MaxMemorySizeInMB%'
To query the current REDIS value:SELECT TOP (1000) [Id],[Category],[Key],[Value],[TimeStamp]
FROM [ApexOne-iES].[dbo].[Setting]
where [Key] like '%/TMSL/Redis/MaxMemorySizeInMB%' - Start Trend Micro Endpoint Sensor Server service:
Trend Micro Endpoint Sensor Service
- To verify, check if SSO function works. Re-deploy the policy and check it again.
Log Collection
- Collect CDT Logs by following this KB article.
- Apex Central Server CDT
- Apex One Server CDT
- Submit support ticket to Technical Support.