Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

How to optimize apprtc gae Web Services #737

Open
chenwandong opened this issue Apr 13, 2022 · 0 comments
Open

How to optimize apprtc gae Web Services #737

chenwandong opened this issue Apr 13, 2022 · 0 comments

Comments

@chenwandong
Copy link

Browsers and versions affected

Description

I use gae SDK to run apprtc on Linux platform, use JMeter test tool to access apprtc concurrently 200 times per second, and modify app.yaml files: automatic_ scaling max_ concurrent_ requests =10 max_ instances =2
; I have observed that gae has gradually started more than 300 Python processes to process these HTTP services; My question is how to limit gae to create so many Python processes. I modify max_ concurrent_ The requests value also has no effect. Gae will still gradually start hundreds of Python to process HTTP services; Because if I don't limit the number of started Python instances, the coarse ram resources in the server will be exhausted, so I must limit the running of started Python instances

Steps to reproduce

Expected results

Actual results

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

No branches or pull requests

1 participant