mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Backported fix for CORE-1223.
This commit is contained in:
parent
0975aaa377
commit
d20a8b97cf
@ -3551,7 +3551,7 @@ static void init(void)
|
||||
new_max.rlim_cur = new_max.rlim_max = old.rlim_max;
|
||||
if (!setrlimit(RLIMIT_NOFILE, &new_max))
|
||||
{
|
||||
#if _FILE_OFFSET_BITS == 64 && defined SOLARIS
|
||||
#if _FILE_OFFSET_BITS == 64
|
||||
gds__log("64 bit i/o support is on.");
|
||||
gds__log("Open file limit increased from %lld to %lld",
|
||||
old.rlim_cur, new_max.rlim_cur);
|
||||
|
Loading…
Reference in New Issue
Block a user