```i was using 1 GB ram . Due huge traffic (concur...
# community-help
m
Copy code
i was using 1 GB ram . Due huge traffic (concurrent request at a time) . Ram & CPU usages become 100% and i was getting circuit breaker open .
So , i upgrade from 1 GB -> 2 GB .
And , now my Ram Usage is below 1000 MB but CPU Usage become 100% .

I need more CPU but not RAM . Not any option to upgrade CPU only .
Any way to do this ? Or Have any suggestion to handle this kind of scenario ?
Also can you provide how many concurrent request can handle per second (Base variant 1GB + 2 CPU Core) ? 

Note : I am keep increasing usages of TYPESENSE into my MicroServices ..
@Kishore Nallan
k
You can run 5-node Typesense cluster so that you have more CPU across more nodes.
m
how i can take 5 node ?
you mean 5 region ?
but i want 1GB Ram but increase more & more CPU ?
k
That's not possible. CPU scales with RAM
m
how many concurrent req can handle 1. 1GB Ram , 2 core cpu ? 2. 4GB Ram , 2 core cpu ?
k
Depends on your dataset, what fields queried etc.
m
so how can i calculate ? Last dat i got circuit break open for more or less 500 concurrent req on 1GB Ram
k
You have to run a load test
👀 1