8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fixed CORE-3607: Solaris does not define the RLIMIT_NPROC limit

This commit is contained in:
alexpeshkoff 2011-10-11 11:59:47 +00:00
parent 715df9d4d7
commit 343c7862bf

View File

@ -307,7 +307,10 @@ int CLIB_ROUTINE main( int argc, char** argv)
}
#ifdef FB_RAISE_LIMITS
#ifdef RLIMIT_NPROC
raiseLimit(RLIMIT_NPROC);
#endif
#if !(defined(DEV_BUILD))
if (Config::getBugcheckAbort())