You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have noticed a severe memory leak, and was wondering if I have anything in my config that might cause this? I followed the README with some edits.
8:30 AM:
11:30 AM:
A docker inspect (it shows stuff that I did not change but its a good inspect for everything)
Hello, unfortunately the memory leak is somewhere in c++ tonlib code. Currently you can add the following parameter to avoid significant memory leak. TON_API_GUNICORN_FLAGS="--keep-alive 127 --max-requests 256000 --max-requests-jitter 32000"
This parameter will instruct workers to restart every 256000 + randint(1, 32000) requests.
Hi, I have noticed a severe memory leak, and was wondering if I have anything in my config that might cause this? I followed the README with some edits.
8:30 AM:
11:30 AM:
A docker inspect (it shows stuff that I did not change but its a good inspect for everything)
The text was updated successfully, but these errors were encountered: