koding

Not able to run meteor in cloud ide, need help to understand meteor memory usage

痴心易碎 提交于 2020-01-02 08:57:51
问题 I’m new to both meteor and web frameworks [Core C/C++ developer]. When I tried meteor apps in cloud IDE (both cloud9 and Koding), sample apps runs fine. But, if I add twbs:bootstrap package, the IDE kills meteor (mongodb) due to insufficient memory (Cloud9 has 768MB and Koding provides 1GB). Also noted that the disk space grows from 60mb initial to some 200+ mb, just for adding one package (twbs:bootstrap). Hence, I’m not able to proceed further with meteor in cloud. Is it normal that meteor

Not able to run meteor in cloud ide, need help to understand meteor memory usage

北战南征 提交于 2019-12-06 04:33:47
I’m new to both meteor and web frameworks [Core C/C++ developer]. When I tried meteor apps in cloud IDE (both cloud9 and Koding), sample apps runs fine. But, if I add twbs:bootstrap package, the IDE kills meteor (mongodb) due to insufficient memory (Cloud9 has 768MB and Koding provides 1GB). Also noted that the disk space grows from 60mb initial to some 200+ mb, just for adding one package (twbs:bootstrap). Hence, I’m not able to proceed further with meteor in cloud. Is it normal that meteor uses this much RAM and disk space? If so, why it uses such huge memory? This wouldn’t be problem for