Skip to content

Commit

Permalink
Use less job worker threads (#1450)
Browse files Browse the repository at this point in the history
Signed-off-by: ssz1997 <[email protected]>
  • Loading branch information
ssz1997 authored Feb 19, 2022
1 parent e8c2fb1 commit 808c72e
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 808c72e

Please sign in to comment.