openbsd tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7728 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6d66ecfd11
commit
2000cf4019
|
@ -679,7 +679,9 @@ SWITCH_DECLARE(void) switch_core_setrlimits(void)
|
|||
setrlimit(RLIMIT_CPU, &rlp);
|
||||
setrlimit(RLIMIT_DATA, &rlp);
|
||||
setrlimit(RLIMIT_FSIZE, &rlp);
|
||||
#ifndef __OpenBSD__
|
||||
setrlimit(RLIMIT_AS, &rlp);
|
||||
#endif
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue