Getting rid of tmp files

T

Timasmith

Hi,

I have ruby running its little web server, ruby script/server
-<environment>

but I notice that it generates a ton of little files under tmp

e.g.

ruby_sess.0a1d5e8a75c64e2f

for every session I guess, how can I stop the creation of these files
which are chewing my disk.

thanks
 
E

Eric Hodel

Hi,

I have ruby running its little web server, ruby script/server
-<environment>

but I notice that it generates a ton of little files under tmp

e.g.

ruby_sess.0a1d5e8a75c64e2f

for every session I guess, how can I stop the creation of these files
which are chewing my disk.

script/server is a railsism, so I'm presuming this is a Rails-related
question. You'll find the answer over on the Rails mailing list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top