Hello,
I've inherited someone else's monster of a BASH script. The script was written in such a way that it uses a ridiculous amount of memory (around 1GB). I can run it from a shell with out issue, but if I run it from cron I crashes with a sig fault.
Apart from digging into the poorly commented behemoth, is there a way to run it from cron with out running into the sig fault?
Cheers,
Steve