Ir para o conteúdo

System Maintenance

The Maintenance dialog provides tools for managing server-level resources. To open it, navigate to IDE > Additional Settings > System Maintenance.

System Maintenance dialog

The dialog has two actions:

  • Flush Cache: Sends a flush signal to all application servers, causing them to evict all locally cached objects. Use this to force the servers to reload data from the source. Because caches need to warm up after being cleared, expect a temporary drop in performance after flushing.

  • Clear Temp Directory: Sends a signal to all application servers, causing them to delete all files and folders in their local temporary directory. This removes leftover files from package build and installation operations. Because the deletion runs immediately, avoid using this while a package build or installation is in progress.