Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system.mem.used < 0 in some cases #64

Closed
alq666 opened this issue Jun 5, 2012 · 1 comment
Closed

system.mem.used < 0 in some cases #64

alq666 opened this issue Jun 5, 2012 · 1 comment
Assignees
Labels

Comments

@alq666
Copy link
Member

alq666 commented Jun 5, 2012

@conorbranagan this is the bug you saw (lmk if you've filed one already).

@ghost ghost assigned alq666 Jun 5, 2012
@alq666
Copy link
Member Author

alq666 commented Jun 5, 2012

Indeed,

'memPhysUsed': 1546

v.

topdog@ip-10-218-95-248:~$ free -m
             total      used       free     shared    buffers     cached 
Mem:         17520      15335       2184          0        247      13355
-/+ buffers/cache:       1732      15788
Swap:            0          0          0

Caused by shared memory?

topdog@ip-10-218-95-248:~$ cat /proc/meminfo 
MemTotal:       17940700 kB
MemFree:         2353908 kB
Buffers:          253840 kB
Cached:         13661944 kB
SwapCached:            0 kB
Active:          6912772 kB
Inactive:        7637420 kB
Active(anon):     437256 kB
Inactive(anon):   390652 kB
Active(file):    6475516 kB
Inactive(file):  7246768 kB
Unevictable:          60 kB
Mlocked:              32 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:               140 kB
Writeback:             0 kB
AnonPages:        634484 kB
Mapped:           207828 kB
Shmem:            193464 kB
Slab:             438484 kB
SReclaimable:     415820 kB
SUnreclaim:        22664 kB
KernelStack:        1432 kB
PageTables:            0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     8970348 kB
Committed_AS:    3102772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:        6564 kB
VmallocChunk:   34359716652 kB
DirectMap4k:    17920000 kB
DirectMap2M:           0 kB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant