linuxserver / docker-pyload-ng

GNU General Public License v3.0
83 stars 10 forks source link

[FEAT] Use pypy instead of python to run pyload-ng #48

Closed alex9434 closed 4 months ago

alex9434 commented 7 months ago

Is this a new feature request?

Wanted change

I would like to suggest to use pypy3 from https://github.com/conda-forge/miniforge instead of cpython3 to run pyload-ng

Reason for change

pypy uses significantly less cpu resources and runs pyload-ng fast even on low powered devices like raspberry pi. I have run pyload-ng with pypy and did not experience any issues

Proposed code change

change template to install Miniforge-pypy3-Linux and necessary modules

github-actions[bot] commented 7 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 7 months ago

According to upstream pypy support is experimental

alex9434 commented 7 months ago

I agree, but it works without problems here.

LinuxServer-CI commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 3 months ago

This issue is locked due to inactivity