-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathconfig.json
33 lines (33 loc) · 834 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"DebugLevel" : "Error",
"KernelMemSize" : 24,
"LogType" : "Sync",
"LogLevel" : "Simple",
"CudaMemType" : "Default",
"UringIO" : true,
"UringFixedFile": false,
"EnableAIO" : true,
"PrintException": false,
"KernelPagetable": false,
"PerfDebug" : false,
"UringStatx" : false,
"FileBufWrite" : true,
"MmapRead" : false,
"AsyncAccept" : true,
"EnableRDMA" : false,
"RDMAPort" : 1,
"PerSandboxLog" : false,
"ReserveCpuCount": 1,
"ShimMode" : false,
"EnableInotify" : true,
"ReaddirCache" : true,
"HiberODirect" : true,
"DisableCgroup" : true,
"CopyDataWithPf": true,
"TlbShootdownWait": true,
"Sandboxed" : false,
"Realtime" : false,
"EnableIOBuf" : false,
"EnableTsot" : false,
"CCMode" : "None"
}