-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research Meteor build performance #2481
Comments
@mauriciovieira is having a slow build process related to an sqlite query in the ProjectContext prepareProjectForBuild step. It may be related to a Meteor package catalog, or something similar. See: meteor/meteor#6137 |
meteor/meteor#6137 (comment) we can see that the sqlite is on $HOME/.meteor, and it's a global catalog. The solution for this problem, is pretty much having a faster HD (SSD). We made a comparison between machines and an i7 Linux box with SSD and 8GB RAM is:
while an i5 MacBook Pro with 4GB RAM shows:
Aside from using SSD on the slower machine, I will look for coding/tweaking/configuration solutions and post here. |
@apinf/developers I would like to see if it is a general issue or only of my self. So what I ask you to do is to checkout latest master and run git checkout master
git pull
METEOR_PROFILE=1 meteor and post the results of the last command on a gist. If the scrollup in the terminal does not work, try using tee
|
@mauriciovieira Do you still need it? My log https://gist.github.com/marla-singer/485a649f3e905259a2d93ed12ee0e0db |
Hi all. It would also be helpful to know some details about our environments:
This will help us to get a better understanding of the performance for comparison. |
@marla-singer would you also post a gist of your re-build time after modifying a file? There are at least two scenarios we want to see:
|
@brylie I updated my log file. Now it contains also Re-build data |
Well, meteor is slow and doesn't work well on hard disks. It works well on SSDs. I swapped my local storage for SSD, and believe everybody else is using it. So, the case is closed. |
We are interested to know about any work going on regarding Meteor build performance. Lets use this issue to discuss and share knowledge about current efforts, shortcomings, or other findings related to the Meteor build process.
cc: @bajiat
The text was updated successfully, but these errors were encountered: