You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Skyfocus documentation to use --experimental_active_directories.
The flag for specifying the active directories in Skyfocus has been renamed from `--experimental_working_set` to `--experimental_active_directories`. This change updates the documentation to reflect the correct flag name.
PiperOrigin-RevId: 891550757
Change-Id: I7f112157f07d5ac41cec9b16d6206d4207754156
You can also pass `--experimental_skyfocus_dump_post_gc_stats` to show the
@@ -72,7 +72,7 @@ memory reduction amount:
72
72
Putting it altogether, you should see something like this:
73
73
74
74
```none
75
-
$ bazel test //pkg:target //tests/... --experimental_enable_skyfocus --experimental_working_set dir1,dir2,dir3/subdir --experimental_skyfocus_dump_post_gc_stats
75
+
$ bazel test //pkg:target //tests/... --experimental_enable_skyfocus --experimental_active_directories=dir1,dir2,dir3/subdir --experimental_skyfocus_dump_post_gc_stats
76
76
INFO: --experimental_enable_skyfocus is enabled. Blaze will reclaim memory not needed to build the working set. Run 'blaze dump --skyframe=working_set' to show the working set, after this command.
77
77
WARNING: Changes outside of the working set will cause a build error.
0 commit comments