We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4115b8c commit 5a01629Copy full SHA for 5a01629
user_guide_src/source/installation/deployment.rst
@@ -28,6 +28,21 @@ The ``spark optimize`` command performs the following optimizations:
28
- Enabling `Config Caching`_
29
- Enabling `FileLocator Caching`_
30
31
+If you want disable or restore the actions above, run ``spark optimize -d``
32
+it will do a restore to default settings, as follow:
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 caching.
43
+- `-l` Enable only locator caching.
44
+- `-d` Disable config and locator caching.
45
46
Composer Optimization
47
=====================
48
0 commit comments