Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the memory and CPU requirements for RTPProxy #145

Open
SiirRandall opened this issue May 24, 2023 · 1 comment
Open

What is the memory and CPU requirements for RTPProxy #145

SiirRandall opened this issue May 24, 2023 · 1 comment

Comments

@SiirRandall
Copy link

Hello,

We would like to know what is the most optimal settings for a large-scale deployment. We have 350,000 calls a day. We use VMs for our RTPProxy. We would like to use the maximum settings we can for each RTPProxy instance. I looked at your manual on your website but I do not see any information your website. Thank you for your time.

@sobomax
Copy link
Member

sobomax commented Jun 2, 2023

Hi there, the requirements for the memory is very small. Single rtpproxy process won't be using more than 100-200MB of RAM. With regards to the number of sessions, you need to have one rtpproxy instance per about 1,000 simultaneous calls and it will be using some 2.5 CPU cores at that load level. So it's the question of how those 350,000 calls a day are distributed across the time. If it's conversational traffic then 1.5 million calls a day correspond to roughly some 2,000 sessions at peak time, hence if your traffic is like that then you won't need more than 1 instance and it would be using resources equivalent to a single CPU core. Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants