radiumsoftware / iridium

MIT License
128 stars 18 forks source link

Server slows down after few hours #24

Closed MarkoZabcic closed 12 years ago

MarkoZabcic commented 12 years ago

After few hours running the server it just slows down.

After deleting application tmp folder server runs on normal speed.

raph714 commented 12 years ago

This gets much much worse for me after starting to incorporate ember-data in the mix as well. Have to restart the server every few minutes as load times get upwards of 10 seconds.

ahawkins commented 12 years ago

@raph714 try removing the /tmp and see what happens.

raph714 commented 12 years ago

@twinturbo that works, looks like it puts another copy of everything in there every refresh.

ahawkins commented 12 years ago

@raph714 Rake-Pipeline keeps intermediate build files in tmp. Over time this can really slow things down. Newer versions of iridium clear out tmp when starting the server. That way it should be "fast" every time.