ruby on rails - Rake Clear tmp is taking too long -


this rails app, when tried execute rake tmp:clear ,it taking long (about 45 minutes have passed , yet task not finished!). ask there possibility caused server generating tmp?

this project on linode production server.

thanks!

try following:

run rails console on server rails console

and then

rails.cache.clear

then should see cache clear, , can quit console. have same effect clearing tmp.


Comments