Hardware requirements #14138
Unanswered
cedric20005
asked this question in
Q&A
Replies: 1 comment
-
I don't think there are any special recommendations, its not a particularly heavy webapp and any Django sizing guides would be fine. It is most likely that this will run just fine on the resources available in a current cell phone, 4G RAM and a few CPU cores. If you need more resources then scaling is fairly straight forward, more CPU cores and RAM for concurrent workers handling requests either with bigger VMs or horizontally scaling behind a load balancer, with a persistent shared Django session database, or a bigger PostgreSQL if you have high query/transaction counts for some reason.
—
Mark Tinberg ***@***.***>
Division of Information Technology-Network Services
University of Wisconsin-Madison
…________________________________
From: cedric ***@***.***>
Sent: Monday, October 30, 2023 6:11 AM
To: netbox-community/netbox ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [netbox-community/netbox] Hardware requirements (Discussion #14138)
Are there any best practice hardware requirements to run NetBox On-Prem?
—
Reply to this email directly, view it on GitHub<#14138>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAS7UM7TAC6TTEUUG6HEIWTYB6DOZAVCNFSM6AAAAAA6V2RMLSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG44TGNRRGM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any best practice hardware requirements to run NetBox On-Prem?
Beta Was this translation helpful? Give feedback.
All reactions