queue with disk requests
This commit is contained in:
parent
084f21430c
commit
7ea6c9d197
4 changed files with 62 additions and 24 deletions
1
param.h
1
param.h
|
@ -4,3 +4,4 @@
|
|||
#define NCPU 8
|
||||
#define NOFILE 16 // file descriptors per process
|
||||
#define NFD 100 // file descriptors per system
|
||||
#define NREQUEST 100 // outstanding disk requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue