I am creating a large number of tags in SystemLink. When I reach around 420 thousand tags, I am no longer able to create or remove them successfully. It will time out or stay not respond. In my SystemLink log, I saw the following error:

2026-07-09--15:41:35.28941 | TagIngestion | ERROR
Unhandled exception in message callback: System.AggregateException: One or more errors occurred. ---> StackExchange.Redis.RedisServerException: OOM command not allowed when used memory > 'maxmemory'.
at System.Runtime.ExceptionServices. ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task task)
at National Instruments.Skyline.TagIngestion.TagIngestionStore.<UpdateRedisAsync>d__11.MoveNext()
How to increase the maximum memory for Redis to avoid this error?