Skip to content

Commit

Permalink
fix: increase default api-route resources for distributed (#559)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Mar 24, 2024
1 parent 3d8e55d commit dc6cd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svc/api/route/Service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ cpu = 50
memory = 64

[resources.distributed]
cpu = 250
memory = 256
cpu = 1000
memory = 512

0 comments on commit dc6cd79

Please sign in to comment.