> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/spinnaker-down-error-of-oom-command-not-allowed-when-used-memory-maxmemory-redis.md).

# Spinnaker is Down with the Error of "OOM command not allowed when used memory > 'maxmemory" (Redis)

### Issue <a href="#issue" id="issue"></a>

The Spinnaker environment is down and unaccessible, and comes with the Redis error as following: `{"timestamp":1601481892xxx,"status":500,"error":"Internal Server Error","message":"OOM command not allowed when used memory > 'maxmemory'.; nested exception is redis.clients.jedis.exceptions.JedisDataException: OOM command not allowed when used memory > 'maxmemory'."}`

### Cause <a href="#cause" id="cause"></a>

The **O`O`M command not allowed when used memory > ‘maxmemory’** error means that Redis was configured with a memory limit and that particular limit was reached.In other words: its memory is full, it can’t store any new data.
