Skip to content

Commit 8a7a912

Browse files
committed
update documentation
1 parent 4115b8c commit 8a7a912

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

user_guide_src/source/installation/deployment.rst

+15
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ The ``spark optimize`` command performs the following optimizations:
2828
- Enabling `Config Caching`_
2929
- Enabling `FileLocator Caching`_
3030

31+
If you want disable or restore the actions above, run ``spark optimize -d``
32+
it will do a restore to default settings.
33+
34+
.. versionadded:: 4.6.0
35+
36+
- `Reinstall Dev Packages`_
37+
- Disabling `Config Caching`_
38+
- Disabling `FileLocator Caching`_
39+
40+
Available options:
41+
42+
- `-c` Enable only config cache.
43+
- `-l` Enable only locator cache.
44+
- `-d` Disable config and locator caching.
45+
3146
Composer Optimization
3247
=====================
3348

0 commit comments

Comments
 (0)