Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jobs/rep/spec
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ properties:
description: "the max concurrent download steps that can be active"
default: 5
diego.executor.container_max_cpu_shares:
description: "the maximum number of cpu shares for a container."
description: "number of CPU shares per 100 CPU weight"
default: 1024
diego.executor.container_inode_limit:
description: "the inode limit enforced on each garden container."
Expand Down
2 changes: 1 addition & 1 deletion jobs/rep_windows/spec
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ properties:
description: "the max concurrent download steps that can be active"
default: 5
diego.executor.container_max_cpu_shares:
description: "the maximum number of cpu shares for a container."
description: "number of CPU shares per 100 CPU weight"
default: 10000
diego.executor.container_inode_limit:
description: "the inode limit enforced on each garden container."
Expand Down