mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-21 10:05:49 +00:00
advice to use uvloop instead of PyPy interpreter. The uvloop gives a better speed and memory consumption
This commit is contained in:
@@ -25,5 +25,5 @@ the VDS instance with 1 CPU core and 1024MB RAM.
|
|||||||
The proxy can be launched:
|
The proxy can be launched:
|
||||||
- with a custom config: `python3 mtprotoproxy.py [configfile]`
|
- with a custom config: `python3 mtprotoproxy.py [configfile]`
|
||||||
- several times, clients will be automaticaly balanced between instances
|
- several times, clients will be automaticaly balanced between instances
|
||||||
- using *PyPy* interprteter
|
- with uvloop module to get an extra speed boost
|
||||||
- with runtime statistics exported for [Prometheus](https://prometheus.io/): using [prometheus](https://github.com/alexbers/mtprotoproxy/tree/prometheus) branch
|
- with runtime statistics exported for [Prometheus](https://prometheus.io/): using [prometheus](https://github.com/alexbers/mtprotoproxy/tree/prometheus) branch
|
||||||
|
|||||||
Reference in New Issue
Block a user