Only bin/ulimit4.sh is used by MW in GlobalFunctions.php
Delete the old unused ones Change-Id: Id9c24191a8ddc6972cd7f2dcd4f609301dcebc65
This commit is contained in:
parent
68d61cac82
commit
edfffe2984
2 changed files with 0 additions and 13 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
ulimit -t $1 -v $2 -f $3
|
||||
shift 3
|
||||
"$@"
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
ulimit -t $1
|
||||
ulimit -v $2
|
||||
shift 2
|
||||
"$@"
|
||||
|
||||
Loading…
Reference in a new issue