openbsd tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7728 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-22 23:18:28 +00:00
parent 6d66ecfd11
commit 2000cf4019
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}