| # | Line 16 | Line 16 | |
|---|---|---|
| 16 | ||
| 17 | * Make the timeout flag work - to kill jobs that overrun. | |
| 18 | ||
| 19 | – | * Solaris has annoying default of 256 FD's due to a limitation | 
| 20 | – | of streams in stdio. This doesn't actually affect us, so we | 
| 21 | – | should do a getrlimit/setrlimit to the "hard" limit of FD's | 
| 22 | – | |
| 19 | * BUG - if your using the '-o' flag - and your job name containts | |
| 20 | '/' characters - it gets a little upset :) - Do a s/\//-/g on it. | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |