View Single Post
  #9   (View Single Post)  
Old 21st August 2014
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by shep View Post
Is there are way to check the limits on a running instance of firefox-esr? If this is the solution I will generate executable scripts in my home directory for firefox-esr, chrome and mutt as best practice.
ps(1) is where I'd recommend you start ($ ps -aux is nice).

You can crib my script to run any program. Just change DATASIZE and the final exec line to match what you need.

~/bin is by default the first item in your PATH. So it's a safe place to put such things.
Reply With Quote