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
Our yada server had been running fine for a few years. Recently however it has started experiencing OOM (out of memory) errors. It turns out that io.aleph/dirigiste version 0.1.5 has a known and fixed memory leak and that the latest yada version depends on dirigiste 0.1.5:
dirigiste has some other serious issues, such as swallowing exceptions. I think the safest way to solve this problem as of now and as a yada user, is to simply pass in a standard thread pool when starting the yada server:
Hi,
and thanks for a fine library.
Our yada server had been running fine for a few years. Recently however it has started experiencing OOM (out of memory) errors. It turns out that
io.aleph/dirigiste
version0.1.5
has a known and fixed memory leak and that the latest yada version depends ondirigiste 0.1.5
:dirigiste
has some other serious issues, such as swallowing exceptions. I think the safest way to solve this problem as of now and as a yada user, is to simply pass in a standard thread pool when starting the yada server:Hope this helps someone experiencing similar issues.
The text was updated successfully, but these errors were encountered: