diff --git a/user_guide_src/source/installation/deployment.rst b/user_guide_src/source/installation/deployment.rst index 0eb206ee9d04..a3bacf9edd27 100644 --- a/user_guide_src/source/installation/deployment.rst +++ b/user_guide_src/source/installation/deployment.rst @@ -28,6 +28,21 @@ The ``spark optimize`` command performs the following optimizations: - Enabling `Config Caching`_ - Enabling `FileLocator Caching`_ +If you want disable or restore the actions above, run ``spark optimize -d`` +it will do a restore to default settings. + +.. versionadded:: 4.6.0 + +- `Reinstall Dev Packages`_ +- Disabling `Config Caching`_ +- Disabling `FileLocator Caching`_ + +Available options: + +- `-c` Enable only config cache. +- `-l` Enable only locator cache. +- `-d` Disable config and locator caching. + Composer Optimization =====================