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

Commit

Permalink
sane default for caffe isolation (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalucki committed May 10, 2017
1 parent 220c667 commit 1446599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/experiment/sensitivity/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (
RunCaffeWithLLCIsolationFlag = conf.NewBoolFlag(
"experiment_run_caffe_with_l3_cache_isolation",
"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.",
true,
false,
)
)

Expand Down

0 comments on commit 1446599

Please sign in to comment.