diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index fd2a0dce23..deacf22578 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -137,6 +137,7 @@ Create the supervisor file at ``/etc/supervisor/conf.d/mayan.conf``:: Configure Redis to discard data when it runs out of memory:: echo "maxmemory-policy allkeys-lru" >> /etc/redis/redis.conf + systemctl restart redis Enable and restart the services [1_]::