Skip to content

Commit

Permalink
Increase stack size in notify-script.example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Chorbadzhiyski committed Apr 18, 2012
1 parent 7ec6559 commit 9300c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notify-script.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# *** Released as PUBLIC DOMAIN ***
# *** Do whatever you want with this code ***

# tsdecrypt sets its stack size to 64k which is very low and
# causes sendmail to segfault, so increase the stack size to 2Mb
ulimit -s 2048

EMAIL_ENABLED="yes"
EMAIL_TO="georgi@unixsol.org" # !!! Change this !!!
EMAIL_FROM="georgi@unixsol.org" # !!! Change this !!!
Expand Down

0 comments on commit 9300c80

Please sign in to comment.