Skip to content

Commit 6d4a9ab

Browse files
Merge pull request #35 from pythonlover02/next
Update category name for 1.2.1
2 parents 90e1048 + 36cecad commit 6d4a9ab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

images/2.png

-8.88 KB
Loading

src/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class KernelManager:
184184
'is_dynamic': True
185185
}
186186
},
187-
"Disk I/O": {
187+
"Disk": {
188188
'dirty_ratio': {
189189
'path': '/proc/sys/vm/dirty_ratio',
190190
'text': 'Maximum percentage of available memory for dirty pages before synchronous writes. Lower values reduce I/O latency spikes. Mutually exclusive with dirty_bytes.\nRecommended: 10',

0 commit comments

Comments
 (0)