Raise the current file descriptor limit to the maximum.

This commit is contained in:
JoelKatz
2013-07-15 14:58:04 -07:00
parent 85b25a883a
commit 3994546083
2 changed files with 16 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
// This must come first to work around the boost placeholders issues
#include "beast/modules/beast_basics/beast_basics.h"
#if BEAST_LINUX || BEAST_MAC || BEAST_BSD
#include <sys/resource.h>
#endif
// VFALCO NOTE Holy smokes...that's a lot of boost!!!
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>