I have a bash script that takes a long time to run. I sometimes get the error "Profiling timer expired" which I think kills the script (SIGPROF?). Anyone know if this is just an arbitrary time limit that could be extended somehow? ulimit -t says "unlimited" but I suspect that is talking about something different.