Skip to content

Commit

Permalink
Merge pull request #5050 from dfe-analytical-services/EES-5337-2
Browse files Browse the repository at this point in the history
EES-5337: Increase dev/prod statistics DB size to 600GB/1.5TB respectively
  • Loading branch information
tomjonesdev authored Jul 12, 2024
2 parents b274636 + bbbd860 commit 6aa5bac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infrastructure/parameters/dev.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"value": 2147483648
},
"maxStatsDbSizeBytes": {
"value": 375809638400
"value": 644245094400
},
"dataFactoryConcurrency": {
"value": 10
Expand All @@ -117,4 +117,4 @@
"value": true
}
}
}
}
4 changes: 2 additions & 2 deletions infrastructure/parameters/prod.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
"value": 4294967296
},
"maxStatsDbSizeBytes": {
"value": 1020054732800
"value": 1610612736000
},
"publicDataDbExists": {
"value": false
}
}
}
}

0 comments on commit 6aa5bac

Please sign in to comment.