vCPU and Memory
Could someone explain what part of a program uses vCPU and Memory? Is it the number of threads?
3 Replies
Project ID:
N/A
N/A
1 vCPU is effectively 1 thread. Memory is RAM
Programs use both. If you do a lot of calculations/operations, you'll use more vCPU. If you store a lot of data in memory, you'll use more memory