mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-22 14:30:26 +08:00
使用MMAP提升缓存读取性能
This commit is contained in:
@@ -14,4 +14,5 @@ func TestSystemMemoryGB(t *testing.T) {
|
||||
t.Log(memutils.SystemMemoryBytes())
|
||||
t.Log(memutils.SystemMemoryBytes())
|
||||
t.Log(memutils.SystemMemoryBytes()>>30, "GB")
|
||||
t.Log("available:", memutils.AvailableMemoryGB())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user