Browse Source

Increase stack size in notify-script.example.

Georgi Chorbadzhiyski 12 years ago
parent
commit
9300c8000d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      notify-script.example

+ 4
- 0
notify-script.example View File

@@ -5,6 +5,10 @@
5 5
 # *** Released as PUBLIC DOMAIN ***
6 6
 # *** Do whatever you want with this code ***
7 7
 
8
+# tsdecrypt sets its stack size to 64k which is very low and
9
+# causes sendmail to segfault, so increase the stack size to 2Mb
10
+ulimit -s 2048
11
+
8 12
 EMAIL_ENABLED="yes"
9 13
 EMAIL_TO="georgi@unixsol.org" # !!! Change this !!!
10 14
 EMAIL_FROM="georgi@unixsol.org" # !!! Change this !!!

Loading…
Cancel
Save