First post so sorry for it being a negative one. I have generally been very impressed with Meteor up until this point.
Unfortunately, for me, 1.3 is not working well. The initial symptom is a doubling of required RAM. I have also seen constant CPU usage even with no clients but I dont have evidence to back that up yet.
Using the simple-todos aop with 1.2.1 I use about 160MB for the main node process.
Upgrading to 1.3 this expands to 300MB. The images below show this in action on my windows machine. I have noticed the same thing on our linux production box.
I see the same problem in my own app which is now chugging through 1.7GB of RAM (previously less than 1GB) with no clients.
How long did you wait? On Mac I had no issues, a developer on Linux did. After a while (hour or so) the background processes for updating seem to be done and then it is ok again.
For me (2013 Macbook Pro, i5, SSD) it takes about 3 seconds to reload after client change, and about 10 seconds after change in lib folder, on Meteor 1.3 (app which wasn’t refactored to use modules yet). Which isn’t exactly blazingly fast, but manageable.
I experience the same problem on my computer but it’s mainly the CPU usage that is bugging me. My computer runs hot and the fans kick in as soon as I run my app.
I installed Meteor 1.3 yesterday and tried removing and reinstalling it today (as per robfallows suggestion). Anyone know what the issue is?
No, it’s when you run apps on older Meteor versions using the Meteor 1.4 tool. Once the new (1.4) command line tool has downloaded, which it does automatically in the background, you’re actually starting your older apps using the 1.4 version of the tool. Updating apps to 1.4 fixes this problem (but it may raise other problems - beware!).
I’ve seen meteor constantly checking for files having changed (in dev mode). This makes my fan run crazy, and the process continually is running… I found a way to set an environment variable that will get it to run this file change detection once every 30 seconds thereby calming my CPU significantly: on Windoze: