Skip to content

Commit

Permalink
Decrease default CPU request/limit (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg authored Jun 3, 2022
1 parent d48953d commit e70ec8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rhcicd/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ parameters:
value: "false"
- name: CPU_LIMIT
description: CPU limit
value: 500m
value: 200m
- name: CPU_REQUEST
description: CPU request
value: 500m
value: 100m
- name: DB_CLEANER_SCHEDULE
description: Execution time specified in cron format
value: "*/10 * * * *"
Expand Down

0 comments on commit e70ec8c

Please sign in to comment.