Skip to content

Commit

Permalink
cloud: Halve archived chunk duration to fit in RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Nov 20, 2024
1 parent 6b00c6e commit 3a47b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidb/cloud/scheduler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function scheduler_deploy() {
"$archive_trigger_topic" '0 */6 * * *' \
"{
\"data_min_age\": $((14*24*60*60)),
\"data_chunk_duration\": $((12*60*60)),
\"data_chunk_duration\": $((6*60*60)),
\"run_max_duration\": $((7*60))
}"
}
Expand Down

0 comments on commit 3a47b99

Please sign in to comment.