Hi Bitcoin Core. I was going through the relase notes today to try the various new things. I noticed that getmemoryinfo returns 0 which i thought was suspicious. However everything seems to be working fine and the node runs without issue. However its only online between 10-15hours per day.
Describe the issue
trying the new getmemoryinfo command, and it returns 0 memory used
Can you reliably reproduce the issue?
Yes. I tired restarting and the result was the same.
If so, please list the steps to reproduce below:
- Type getmemoryinfo in debug console
- Read the output :)
- Profit
Expected behaviour
I am expecting it to match the memory used according to windows resource manager..
Actual behaviour
It returns 0
Screenshots.

(662.968 Kb allocated)
`
03:31:31  getmemoryinfo
03:31:31  { "locked": { "used": 0, "free": 262144, "total": 262144, "locked": 0, "chunks_used": 0, "chunks_free": 1 } } `
What version of bitcoin-core are you using?
Bitcoin Core 0.14rc2 win64
Machine specs:
- OS: Windows 10 64bit home
Additonal info
I am running the node with standard settings and no fancy startup arguments etc.
I hope this report can be of some use, if not i apologise. Im still trying to wrap my head around this thing. Have a nice day.