是因为 19 元特价版的关系?
root@TX-GZ3:~/data# free -h
total used free shared buff/cache available
Mem: 864M 203M 110M 11M 549M 451M
Swap: 0B 0B 0B
root@TX-GZ3:~/data# cat /proc/meminfo
MemTotal: 885204 kB
root@TX-GZ3:~/data# lshw -short | grep memory
/0/0 memory 96KiB BIOS
/0/1000 memory 1GiB System Memory
/0/1000/0 memory 1GiB DIMM RAM
root@Vultr:~/data# free -h
total used free shared buff/cache available
Mem: 989M 157M 250M 3.4M 582M 665M
Swap: 0B 0B 0B
root@Vultr:~/data# cat /proc/meminfo
MemTotal: 1013700 kB
root@Vultr:~/data# lshw -short | grep memory
/0/0 memory 96KiB BIOS
/0/1000 memory 1GiB System Memory
/0/1000/0 memory 1GiB DIMM RAM
( copy 自 https://www.v2ex.com/t/358790?p=1#r_4288047 )
total used free shared buff/cache available
Mem: 990M 628M 223M 11M 138M 315M
Swap: 3.8G 80M 3.7G
1
hjc4869 2017-05-03 23:23:37 +08:00
正常。
|
2
lany 2017-05-03 23:28:07 +08:00
我的是 991
|
3
fzinfz OP 太神奇了,貌似只有 ubuntu 16.04 这样?是不是管理员建模板时手抖输错了
http://bbs.qcloud.com/thread-25571-1-1.html |
4
fzinfz OP @hjc4869 #1 不正常,换个 OS 确实有 1000M
root@VM-100-104-debian:~# free -m total used free shared buffers cached Mem: 1000 382 617 4 13 288 -/+ buffers/cache: 80 920 Swap: 0 0 0 |
5
loveminds 2017-06-01 06:26:21 +08:00
[root@Miner ~]# free -m
total used free shared buff/cache available Mem: 991 268 112 12 611 523 Swap: 0 0 0 CentOS 7.3 |