mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat(memory): optimisation (#1214)
This commit is contained in:
parent
a91f8deba5
commit
5eee70bcf6
@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "quivr",
|
||||
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:bada136312ad3497664c3562a36b263d43c89c53",
|
||||
"cpu": "1024",
|
||||
"cpu": "512",
|
||||
"memory": "2048",
|
||||
"portMappings": [
|
||||
{
|
||||
@ -93,7 +93,7 @@
|
||||
"requiresCompatibilities": [
|
||||
"FARGATE"
|
||||
],
|
||||
"cpu": "1024",
|
||||
"cpu": "512",
|
||||
"memory": "2048",
|
||||
"runtimePlatform": {
|
||||
"cpuArchitecture": "X86_64",
|
||||
|
@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "quivr",
|
||||
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:c0ff0301002fe6d043270b26dabcfda797437afc",
|
||||
"cpu": "1024",
|
||||
"cpu": "512",
|
||||
"memory": "2048",
|
||||
"portMappings": [
|
||||
{
|
||||
@ -94,7 +94,7 @@
|
||||
"requiresCompatibilities": [
|
||||
"FARGATE"
|
||||
],
|
||||
"cpu": "1024",
|
||||
"cpu": "512",
|
||||
"memory": "2048",
|
||||
"runtimePlatform": {
|
||||
"cpuArchitecture": "X86_64",
|
||||
|
@ -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": [
|
||||
@ -82,7 +82,7 @@
|
||||
"requiresCompatibilities": [
|
||||
"FARGATE"
|
||||
],
|
||||
"cpu": "512",
|
||||
"cpu": "256",
|
||||
"memory": "1024",
|
||||
"runtimePlatform": {
|
||||
"cpuArchitecture": "X86_64",
|
||||
|
@ -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": [
|
||||
@ -82,7 +82,7 @@
|
||||
"requiresCompatibilities": [
|
||||
"FARGATE"
|
||||
],
|
||||
"cpu": "512",
|
||||
"cpu": "256",
|
||||
"memory": "1024",
|
||||
"runtimePlatform": {
|
||||
"cpuArchitecture": "X86_64",
|
||||
|
Loading…
Reference in New Issue
Block a user