
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Solaris 10 U8 x86 Sun studio 12: cc: Sun C 5.9 SunOS_i386 Patch 124868-10 2009/04/30
|
|
| Planning Status: |
Unspecified
|
|
There is no RLIMIT_NPROC limit in Solaris. This causes compilation of
src/remote/inet_server.cpp
to fail. It could be fixed by checking if RLIMIT_NPROC is defined as follows:
#if defined(UNIX) && defined(HAVE_SETRLIMIT) && defined(HAVE_GETRLIMIT) && defined(RLIMIT_NPROC)
raiseLimit(RLIMIT_NPROC);
|
|
Description
|
There is no RLIMIT_NPROC limit in Solaris. This causes compilation of
src/remote/inet_server.cpp
to fail. It could be fixed by checking if RLIMIT_NPROC is defined as follows:
#if defined(UNIX) && defined(HAVE_SETRLIMIT) && defined(HAVE_GETRLIMIT) && defined(RLIMIT_NPROC)
raiseLimit(RLIMIT_NPROC);
|
Show » |
| There are no comments yet on this issue.
|
|