mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 17:27:58 +09:00
Merge branch '20230508_workState' of http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin into 20230508_workState
This commit is contained in:
@@ -72,7 +72,7 @@ class CheckProcess implements Runnable {
|
|||||||
long maxMemory = runtime.maxMemory() / (1024 * 1024);
|
long maxMemory = runtime.maxMemory() / (1024 * 1024);
|
||||||
long usedMemory = totalMemory - freeMemory;
|
long usedMemory = totalMemory - freeMemory;
|
||||||
|
|
||||||
// log.info("{} Process Monitoring : maxMemory -> {}MB, totalMemory -> {}MB, usedMemory -> {}MB, freeMemory -> {}MB, ActiveThread -> {}",
|
log.info("{} Process Monitoring : maxMemory -> {}MB, totalMemory -> {}MB, usedMemory -> {}MB, freeMemory -> {}MB, ActiveThread -> {}",
|
||||||
// PROC_NAME, maxMemory, totalMemory, usedMemory, freeMemory, Thread.activeCount());
|
PROC_NAME, maxMemory, totalMemory, usedMemory, freeMemory, Thread.activeCount());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user