Skip to content

Commit

Permalink
raised memory resources for clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Stifo authored Sep 25, 2024
1 parent e9e7d81 commit d7c9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/tools/ai4os-cvat/nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ job "tool-cvat-${JOB_UUID}" {
driver = "docker"
kill_timeout = "30s"
resources {
memory = 2048
memory = 4096
}
env {
CLICKHOUSE_DB = "cvat"
Expand Down

0 comments on commit d7c9094

Please sign in to comment.