Files
gotgt/examples/config-performance.json
2026-03-14 11:45:35 +08:00

41 lines
721 B
JSON

{
"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
}
}