// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. package ttlcache import "testing" func TestSystemMemoryGB(t *testing.T) { t.Log(systemMemoryGB()) t.Log(systemMemoryGB()) t.Log(systemMemoryGB()) }