recon_alloc memory function returns memory used more than physical memory of the VM
Open
- Dominant language
- Erlang
- Stars
- 1.4k
- Forks
- 276
- PR merge metrics
- No merged PRs in 30d
Description
```
recon_alloc:set_unit(gigabyte).
recon_alloc:memory(used, max).
397.1961054801941
recon_alloc:memory(allocated, max).
411.4017143249512
```
```
free -h
total used free shared buff/cache available
Mem: 98Gi 71Gi 14Gi 419Mi 11Gi 24Gi
Swap: 0B 0B 0B
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.