mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
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_CPU, &rlp);
|
||||||
setrlimit(RLIMIT_DATA, &rlp);
|
setrlimit(RLIMIT_DATA, &rlp);
|
||||||
setrlimit(RLIMIT_FSIZE, &rlp);
|
setrlimit(RLIMIT_FSIZE, &rlp);
|
||||||
|
#ifndef __OpenBSD__
|
||||||
setrlimit(RLIMIT_AS, &rlp);
|
setrlimit(RLIMIT_AS, &rlp);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user