Memory Leak when using slava:redis-livedata

Hello, I hope anyone can help, I am using Meteor for a big app in production now, and I experience memory leaks when using slava:redis-livedata, the error logs shows

FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory

I understand this happens when page is very loaded with subscriptions, has anyone made a workaround for achieving this?

Thanks in advance