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
Looking into memory leak issues with Rpush, which uses Modis for Redis storage, it seems like Modis has a memory leak issue. The memory heap dump below indicates the top two memory allocations are from Modis: (multiple heap dumps were done after GC.start which enforces a garbage cleaning, and the memory used by these lines has increased over time)
Hey! We talked over at rpush/rpush#439, do you think we can produce a minimal example using just Modis? Maybe then we can debug it more easily and make sure it's in Modis and not the way Rpush uses it.
Looking into memory leak issues with Rpush, which uses Modis for Redis storage, it seems like Modis has a memory leak issue. The memory heap dump below indicates the top two memory allocations are from Modis: (multiple heap dumps were done after
GC.start
which enforces a garbage cleaning, and the memory used by these lines has increased over time)The text was updated successfully, but these errors were encountered: