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

[FR] Performance guidance #35

Closed
dsfrederic opened this issue Oct 16, 2022 · 1 comment
Closed

[FR] Performance guidance #35

dsfrederic opened this issue Oct 16, 2022 · 1 comment
Assignees

Comments

@dsfrederic
Copy link

dsfrederic commented Oct 16, 2022

Is your feature request related to a problem? Please describe.
My plex server is quite slow and unresponsive.

Describe the solution you'd like
I would like to get some guidance on what the minimum/best specs are for deploying this in the main cloud providers. (Azure/AWS/...)

This can be broken down into multiple sections:
Storage
Networking
VM Size

Questions I want to raise:

  • Would it help to replicate some of the pods?
  • Would it be better to have your downloads on a second node?
  • How to minimize read/write operations?
@Tylermarques
Copy link
Contributor

Hi @dsfrederic,

For minimum settings, you should look at the settings recommended by each of the pieces of software. For example, here is Plex's minimum requirements page.

You should not need to replicate pods. One replica is enough, given the correct hardware. Minimizing r/w operations is out of scope of this project, as this only implements other open source software.

Seeing as this project can be deployed in many different ways, it would be very difficult for us to debug your particular issues. If you are experiencing poor performance with playback from Plex, it may be that you are transcoding on a CPU.

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

3 participants