vCPU and Memory

Could someone explain what part of a program uses vCPU and Memory? Is it the number of threads?
3 Replies
Percy
Percy6mo ago
Project ID: N/A
LargeEdition
LargeEdition6mo ago
N/A
Adam
Adam6mo ago
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