Memory in global.serverinfo command
I wondered if anyone knows what `memory` in the `global.serverinfo` representate? It's definitely not server memory usage as the number is way of what the RustDedicated prosesss is using. The number also seems pretty static and don't change to often.

Thanks for the help in advance!
In response to Henrikmeister ():
I wondered if anyone knows what `memory` in the `global.serverinfo` representate? It's definitely no...
you can also try `sysinfo`

Output like 

System

	Name: XXXXXXXXX

	OS:   Windows 8  (6.2.0) 64bit



CPU

	Model:  Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz

	Cores:  8

	Memory: 32409 MB



GPU

	Model:  Null Device

	API:    NULL 1.0 [1.0]

	Memory: 128 MB

	SM:     30



Process

	Memory:   3057 MB



Mono

	Collects: 500

	Memory:   429 MB



World

	Seed:        XXXXXXXXX

	Size:        XXXXXXXXX km²

	Heightmap:   XXXXXXXXX MB

	Watermap:    XXXXXXXXX MB

	Splatmap:    XXXXXXXXX MB

	Biomemap:    XXXXXXXXX MB

	Topologymap: XXXXXXXXX MB

	Alphamap:    XXXXXXXXX MB



Checksum

	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX​
In response to Orange ():
you can also try `sysinfo`

Output like 

SystemName: XXXXXXXXXOS: Wind...
Thats actualy returning the correct mem usage! The problem is that it's not returned as a dictionary like `serverinfo` but I'll try to make a custom parser for it.
Somebody set thread status to "Solved"