---
title: Conditions for automatic server shutdown
description: All PingAuthorize Server instances will shut down in an out-of-memory condition, a low-disk-space error state, or if they run out of file descriptors.
component: pingauthorize
version: 11.0
page_id: pingauthorize:troubleshooting_pingauthorize_server:paz_conditions_auto_server_shutdown
canonical_url: https://docs.pingidentity.com/pingauthorize/11.0/troubleshooting_pingauthorize_server/paz_conditions_auto_server_shutdown.html
revdate: August 24, 2023
---

# Conditions for automatic server shutdown

All PingAuthorize Server instances will shut down in an out-of-memory condition, a low-disk-space error state, or if they run out of file descriptors.

The server will enter lockdown mode on unrecoverable database environment errors, but can be configured to shutdown instead with this setting:

```shell
$ dsconfig set-global-configuration-prop \
            --set unrecoverable-database-error-mode:initiate-server-shutdown
```
