optimize the perf and support more features
This commit is contained in:
40
examples/config-performance.json
Normal file
40
examples/config-performance.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"storages": [
|
||||
{
|
||||
"deviceID": 1000,
|
||||
"path": "/var/tmp/disk.img",
|
||||
"online": true,
|
||||
"thinProvisioning": false,
|
||||
"blockShift": 9,
|
||||
"backendType": "iouring",
|
||||
"enableNUMA": true,
|
||||
"numaNode": 0,
|
||||
"ioUringQueueDepth": 4096
|
||||
}
|
||||
],
|
||||
"iscsiportals": [
|
||||
{
|
||||
"id": 0,
|
||||
"portal": "127.0.0.1:3260"
|
||||
}
|
||||
],
|
||||
"iscsitargets": {
|
||||
"iqn.2024-01.com.gotgt:performance-tgt-0": {
|
||||
"tpgts": {
|
||||
"1": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"luns": {
|
||||
"0": 1000
|
||||
}
|
||||
}
|
||||
},
|
||||
"performance": {
|
||||
"enableNUMA": true,
|
||||
"enableIoUring": true,
|
||||
"ioUringQueueDepth": 4096,
|
||||
"numaBufferPoolSize": 1024,
|
||||
"numaBufferSize": 262144
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user