Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft committed Jul 30, 2024
1 parent 4115b8c commit 8a7a912
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions user_guide_src/source/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====================

Expand Down

0 comments on commit 8a7a912

Please sign in to comment.