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:
parent
715df9d4d7
commit
343c7862bf
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user