Skip to content

Commit

Permalink
Merge 5b6337f into e8c2fb1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssz1997 authored Feb 19, 2022
2 parents e8c2fb1 + 5b6337f commit 6e847eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddc/alluxio/transform_optimization.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (e *AlluxioEngine) optimizeDefaultProperties(runtime *datav1alpha1.AlluxioR
// set the default max size of metadata cache
setDefaultProperties(runtime, value, "alluxio.user.metadata.cache.max.size", "6000000")
setDefaultProperties(runtime, value, "alluxio.fuse.cached.paths.max", "1000000")
setDefaultProperties(runtime, value, "alluxio.job.worker.threadpool.size", "164")
setDefaultProperties(runtime, value, "alluxio.job.worker.threadpool.size", "32")
setDefaultProperties(runtime, value, "alluxio.user.worker.list.refresh.interval", "2min")
setDefaultProperties(runtime, value, "alluxio.user.logging.threshold", "1000ms")
setDefaultProperties(runtime, value, "alluxio.fuse.logging.threshold", "1000ms")
Expand Down

0 comments on commit 6e847eb

Please sign in to comment.