SasukeFreestyle

Results 27 comments of SasukeFreestyle

1.10.0-alpha.22 ![image](https://github.com/user-attachments/assets/01111b8b-f372-4b5d-9477-e7a9f08be402) heap: ![heap22](https://github.com/user-attachments/assets/0b211d19-59af-4acd-a32d-4ce28e63c134) goroutine: ![goroutine22](https://github.com/user-attachments/assets/593a3da9-8561-4c99-94bb-d19760d5ed85) heap: [pprof.heap.pb.gz](https://github.com/user-attachments/files/16651500/pprof.heap.pb.gz) goroutine [pprof.goroutine.pb.gz](https://github.com/user-attachments/files/16651501/pprof.goroutine.pb.gz) All of these versions I've tested will eventually leak and system will run out of memory. If you need me...

Hello again and hope you're well :) 1.9.4 dump. ![image](https://github.com/user-attachments/assets/30da2a49-abfb-484a-8fcd-680f3b99a3e4) heap: ![heap-crash](https://github.com/user-attachments/assets/8dcefbc7-f0ac-415b-95d0-93840bb50983) goroutine: ![goroutine-crash](https://github.com/user-attachments/assets/21b3117a-285c-4777-aa77-1fe6da192256) heap: [pprof.heap.pb.gz](https://github.com/user-attachments/files/16663462/pprof.heap.pb.gz) goroutine: [pprof.goroutine.pb.gz](https://github.com/user-attachments/files/16663463/pprof.goroutine.pb.gz) switched to 1.10.0-beta.2 for testing

1.10.0-beta.2 dump ![image](https://github.com/user-attachments/assets/977fa728-7347-4180-b253-29f82be661b5) heap: ![heap-crash](https://github.com/user-attachments/assets/41083c3a-2705-4264-8e13-3ad79a051afd) goroutine: ![goroutine-crash](https://github.com/user-attachments/assets/2b3fcd40-a20c-4520-bc5d-602ab2c8903e) heap: [pprof.heap.pb.gz](https://github.com/user-attachments/files/16664541/pprof.heap.pb.gz) goroutine: [pprof.goroutine.011.pb.gz](https://github.com/user-attachments/files/16664528/pprof.goroutine.011.pb.gz)

Seems fixed in 1.10.0-beta.4 :) Do you want me to dump pprof of beta.4? If you don't need them you can close this issue.

I honestly lack the knowledge to determine how much memory is required for lets say 6k active connections and I agree that it might not be a leak in that...

I added the following lines to my configuration under rules and have been testing it for a couple of days. Version 1.9.4 ```json "rules":[ { "outbound":"block", "protocol":[ "bittorrent", "dtls" ]...

I'm closing this issue for now as for me I consider this to be fixed, Sing-box never exceeds over 1GB with the amount of users I got. Version 1.9.6 /...