aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_limit.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-19OpenBSD does not have RLIMIT_AS or RLIMIT_VMEM so until someone finds the ↵file1-3/+13
right rlimit to use then let's not support the -v option on OpenBSD. (issue #8543 reported by jtodd) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48591 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-16prevent a compiler warningrizzo1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48305 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-06help old bsd-system which don't have RLIMIT_AS and use RLIMIT_VMEMrizzo1-0/+3
for virtual memory limits. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44577 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26These three are not defined on all platforms that we supporttilghman1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43658 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Set process limits without restarting Asterisktilghman1-0/+159
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43463 f38db490-d61c-443f-a65b-d21fe96a405b