|
我机器的内存是3G,现在已经用了1G,但是我用top看(以内存使用率排序),每个独立的程序占用的内存都很少,怎么也看不出系统为什么会用了1G内存
[code:1]22:22:56 up 11:26, 2 users, load average: 0.07, 0.07, 0.04
63 processes: 62 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 2.1% 0.0% 0.2% 0.0% 0.0% 0.0% 97.4%
cpu00 2.8% 0.0% 0.4% 0.0% 0.0% 0.0% 96.8%
cpu01 2.1% 0.0% 0.1% 0.0% 0.0% 0.1% 97.4%
cpu02 1.5% 0.0% 0.5% 0.0% 0.0% 0.0% 97.8%
cpu03 1.9% 0.0% 0.0% 0.0% 0.0% 0.1% 97.8%
Mem: 3094720k av, [color=red]986108k used[/color], 2108612k free, 0k shrd, 36068k buff
280776k active, 630300k inactive
Swap: 2040212k av, 0k used, 2040212k free 699804k cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
[color=red]3346 game 24 0 44736 43M 12268 S 0.0 1.4 2:17 2 java
3005 game 24 0 42156 41M 13024 S 0.6 1.3 17:19 2 java
2833 root 17 0 41612 40M 12996 S 0.0 1.3 2:55 2 java
3116 game 24 0 40876 39M 12176 S 1.4 1.3 25:43 2 java
3236 game 25 0 33508 32M 12096 S 0.0 1.0 1:11 1 java
2744 gdm 15 0 21452 20M 9524 S 0.0 0.6 0:35 0 gdmgreeter
3455 game 25 0 16984 16M 7620 S 0.0 0.5 1:04 3 java[/color]
2735 root 15 0 17108 8656 2360 S 0.0 0.2 0:19 2 X
2734 root 15 0 3716 3716 3008 S 0.0 0.1 0:00 3 gdm-binary
2670 xfs 15 0 3392 3392 892 S 0.0 0.1 0:00 0 xfs
2699 root 15 0 3280 3280 2644 S 0.0 0.1 0:00 3 gdm-binary
2597 ntp 15 0 2568 2568 2204 S 0.0 0.0 0:02 1 ntpd
28876 root 15 0 2124 2124 1724 S 0.0 0.0 0:00 0 sshd
2570 root 15 0 1532 1532 1292 S 0.0 0.0 0:01 2 sshd
29172 root 15 0 1372 1372 1136 S 0.0 0.0 0:00 2 bash
28878 root 22 0 1364 1364 1136 S 0.0 0.0 0:00 3 bash
28921 root 15 0 1244 1244 912 R 0.0 0.0 0:01 1 top
3969 root 25 0 1200 1200 1008 S 0.0 0.0 0:00 0 sh
2623 bin 15 0 1036 1036 604 S 0.0 0.0 0:00 3 cannaserver
3115 game 18 0 1028 1028 908 S 0.0 0.0 0:00 3 sh
3235 game 18 0 1028 1028 908 S 0.0 0.0 0:00 1 sh
3345 game 15 0 1024 1024 908 S 0.0 0.0 0:00 3 sh
3454 game 19 0 1024 1024 908 S 0.0 0.0 0:00 1 sh
[root@game root]# free
total used free shared buffers cached
Mem: 3094720 995996 2098724 0 36252 711172
-/+ buffers/cache: 248572 2846148
Swap: 2040212 0 2040212
[/code:1] |
|