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:
François Revol 2007-02-19 15:43:20 +00:00
parent 141e72bede
commit 2dedc014e3

View File

@ -21,9 +21,11 @@
#include <sys/select.h>
/* R5 figures, but we don't use a table for monitors anyway */
#define DEFAULT_FD_TABLE_SIZE 128
#define MAX_FD_TABLE_SIZE 2048
#define MAX_NODE_MONITORS 4096
#define MAX_FD_TABLE_SIZE 8192
#define DEFAULT_NODE_MONITORS 4096
#define MAX_NODE_MONITORS 65536
struct kernel_args;
struct vm_cache_ref;