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

Current concurrency rate R&D #56

Open
choudhary15 opened this issue Jul 19, 2024 · 1 comment
Open

Current concurrency rate R&D #56

choudhary15 opened this issue Jul 19, 2024 · 1 comment
Assignees

Comments

@choudhary15
Copy link
Collaborator

choudhary15 commented Jul 19, 2024

How do we know the current load capacity of the system?

  1. What is the number of users it can hold?
  2. What is the concurrency rate?
  3. What factors influence 1 and 2.
  4. How do we know the concurrency of APIs we have?
@choudhary15 choudhary15 changed the title Current concurrency rate Current concurrency rate R&D Jul 19, 2024
@anupamvs
Copy link
Collaborator

@choudhary15 @gauthamraje I don't have expertise in devOps.

I have spend sometime on this. As per my experience till now, its depends on number of request within a timestamp. If server crash after certain requests count, then we have to increase the ec2 instance size or database configuration. here are few references.

https://discuss.frappe.io/t/trying-to-measure-server-requirements-for-a-given-user-concurrency/65686
https://discuss.frappe.io/t/concurrency-optimistic-or-pessimistic/25800
https://github.com/frappe/erpnext/wiki/ERPNext-Performance-Tuning

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