First of all I want to say a huge thank you to the person who made xhttp for node.js, I literally can run VLESS in parallel on my site and use it without problems, everything works fine until I start downloading something that exceeds 10MB
debian 12
xhttp:
image: ghcr.io/eooce/xhttp:latest
container_name: xhttp
restart: always
ports:
- "2980:2980"
environment:
- NAME=secretname
- PORT=2980
- SUB_PATH=secretpath
- UUID=secretuuid
- DOMAIN=secretsite
please tell me how to avoid memory leak? it literally grows endlessly up to 2GB
First of all I want to say a huge thank you to the person who made xhttp for node.js, I literally can run VLESS in parallel on my site and use it without problems, everything works fine until I start downloading something that exceeds 10MB
debian 12
xhttp:
image: ghcr.io/eooce/xhttp:latest
container_name: xhttp
restart: always
ports:
- "2980:2980"
environment:
- NAME=secretname
- PORT=2980
- SUB_PATH=secretpath
- UUID=secretuuid
- DOMAIN=secretsite
please tell me how to avoid memory leak? it literally grows endlessly up to 2GB