Running out of inodes with meteor

Installing meteor on my webspace (12GB) is using 15% of the inodes. If I start a meteor build . on the webserver then I am running out of inodes… Have some of you the same problem?

You should not use meteor-tool on server. Build your bundle on your devbox or special build farms, and then run it on your server.

1 Like

I am wondering a bit as my workflow seems to be wrong:

We have our own gitlab instance running on our server. Within the build progress every commit on master branch will run tests. If everything passes, a build will be done to deploy the app on our server.

So which workflow would you recommend?