We have a problem with our meteor server. When we publish 300 or so items with Meteor.publish/Meteor.subscribe the server increases its memory and eventually becomes unresponsive. We thought of: 1) monitor the number of reactive subscribtions / memory taken by an active subscription 2) make something like ,,one time publish" - ignore changes in server side collection
Any thoughts on how any of the above can be accomplished ? Or any other tips to debug /improve meteor app performance ? Thanks