Skip to content
Snippets Groups Projects
Commit e9ddc7c0 authored by rsc's avatar rsc
Browse files

NREQUEST = NBUF

parent 15868c4b
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
#define NCPU 8 // maximum number of CPUs
#define NOFILE 16 // open files per process
#define NFILE 100 // open files per system
#define NREQUEST 100 // outstanding disk requests
#define NBUF 10 // size of disk block cache
#define NREQUEST NBUF // outstanding disk requests
#define NINODE 100 // maximum number of active i-nodes
#define NDEV 10 // maximum major device number
#define ROOTDEV 1 // device number of file system root disk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment