in reply to Re^2: Why does my script exit with "Killed" - that's all...
in thread Why does my script exit with "Killed" - that's all...

One thing you might want to try is restarting your server periodically (if that's practical). perl has a habit of accumulating memory over long periods of time. Restarting the process should reset all that.
  • Comment on Re^3: Why does my script exit with "Killed" - that's all...