Are you browsers allowed enough memory?

Someone on this list once suggested putting lines like these in ~/.kshrc

# Raising the memory limits to accommodate greedy browsers 3Gb
alias chrome='(ulimit -d $((3*1024*1024); /usr/local/bin/chrome'
alias firefox='(ulimit -d $((3*1024*1024); /usr/local/bin/firefox'

Regards

Reply via email to