Problem of memory leak in ngrok 1.7
Opened this issue · 1 comments
Great project! I would like to ask if the original version of ngrok 1.7 has a memory leak issue that causes ngrok to crash. Is there a solution to this problem?
Hi @Klearcc ,
Thanx for reaching out! Yes, ngrok 1.7 is known to have memory leak issues that can cause crashes, particularly with large data transfers. The issue primarily stems from not properly managing and releasing memory, especially with large data transfers.
To tackle this, I'm working on upgrade this script to patch the memory leaks since the official version doesn’t address these problems. Your mention has definitely provided a good direction for this enhancement, and I’m looking to include this in future updates of my personal project.
Thank you for your input—it’s invaluable for improving the project!
Cheers!