Use same figures as BeOS for soft and ahrd maximums on fd and mon tables (even though we don't use a table for mons).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20164 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,9 +21,11 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* R5 figures, but we don't use a table for monitors anyway */
|
||||||
#define DEFAULT_FD_TABLE_SIZE 128
|
#define DEFAULT_FD_TABLE_SIZE 128
|
||||||
#define MAX_FD_TABLE_SIZE 2048
|
#define MAX_FD_TABLE_SIZE 8192
|
||||||
#define MAX_NODE_MONITORS 4096
|
#define DEFAULT_NODE_MONITORS 4096
|
||||||
|
#define MAX_NODE_MONITORS 65536
|
||||||
|
|
||||||
struct kernel_args;
|
struct kernel_args;
|
||||||
struct vm_cache_ref;
|
struct vm_cache_ref;
|
||||||
|
|||||||
Reference in New Issue
Block a user