Skip to content

Commit

Permalink
fix: double cpu/memory for each fdr task (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Jul 24, 2024
1 parent 1aa82ea commit dea3967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/fdr-deploy/bin/fdr-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ async function main() {
desiredTaskCount: 12,
maxTaskCount: 24,
redis: true,
memory: 2048,
memory: 4096,
redisClusteringModeEnabled: false,
cpu: 1024,
cpu: 2048,
cacheName: "FernDocsCacheTwo",
},
{
Expand Down

0 comments on commit dea3967

Please sign in to comment.