I noticed that firefox sometimes uses a lot of memory. Can something like setrlimit be used to control it? I tried to use it on the command line, but it didn't work.

link|improve this question

74% accept rate
1  
I'm not sure if this is a good idea. If Firefox reaches the memory limit, it may crash instead of continuing to run with no new tabs or other content (the behavior you appear to be expecting). – DragonLord Apr 26 '11 at 5:04
feedback

1 Answer

up vote 1 down vote accepted

Various shells support setrlimit(2,3p), such as bash via ulimit. See help ulimit for more details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.