[JVM] Update oshi deprecated methods

This commit is contained in:
Kamil Gurgul
2026-04-06 13:22:45 +02:00
parent 483b2e59f4
commit 691ed64e17
@@ -36,7 +36,7 @@ actual class ProcessesProvider actual constructor() : KoinComponent, IProcessesP
ppid = it.parentProcessID.toString(),
niceness = it.priority.toString(),
user = it.user,
rss = it.residentSetSize.toString(),
rss = it.residentMemory.toString(),
vsize = it.virtualSize.toString(),
)
}