Skip to content

Commit

Permalink
feat(memory): optimisation (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Sep 19, 2023
1 parent a91f8de commit 5eee70b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .aws/task_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "quivr",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:bada136312ad3497664c3562a36b263d43c89c53",
"cpu": "1024",
"cpu": "512",
"memory": "2048",
"portMappings": [
{
Expand Down Expand Up @@ -93,7 +93,7 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"cpu": "512",
"memory": "2048",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
Expand Down
4 changes: 2 additions & 2 deletions .aws/task_definition_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "quivr",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:c0ff0301002fe6d043270b26dabcfda797437afc",
"cpu": "1024",
"cpu": "512",
"memory": "2048",
"portMappings": [
{
Expand Down Expand Up @@ -94,7 +94,7 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"cpu": "512",
"memory": "2048",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
Expand Down
4 changes: 2 additions & 2 deletions .aws/task_definition_preview_worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "quivr-chat",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:600ff1ede02741c66853cc3e4e7f5001aaba3bc2",
"cpu": "512",
"cpu": "256",
"memory": "1024",
"essential": true,
"command": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "512",
"cpu": "256",
"memory": "1024",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
Expand Down
4 changes: 2 additions & 2 deletions .aws/task_definition_prod_worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "quivr-chat",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2",
"cpu": "512",
"cpu": "256",
"memory": "1024",
"essential": true,
"command": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "512",
"cpu": "256",
"memory": "1024",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
Expand Down

0 comments on commit 5eee70b

Please sign in to comment.