Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1446599

Browse files
authored
sane default for caffe isolation (#661)
1 parent 220c667 commit 1446599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/experiment/sensitivity/factory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var (
8282
RunCaffeWithLLCIsolationFlag = conf.NewBoolFlag(
8383
"experiment_run_caffe_with_l3_cache_isolation",
8484
"If set, the Caffe Best Effort workload will use the same isolation settings as for L3 Best Efforts, otherwise swan won't apply any performance isolation. User can use this flag to compare running task on separate cores and using OS scheduler.",
85-
true,
85+
false,
8686
)
8787
)
8888

0 commit comments

Comments
 (0)