[7.450][BUG][NOTABUG] memory usage

Hi Friends !

which one is wrong ?
Parents
  • hmm, they are saying the same thing - you are using 27%.

    You might want to read up more details here: Chapter 5. Memory Management
  • memory is 2 mb 
    free 
                 total       used       free     shared    buffers     cached
    Mem:       2066488    1381900     684588          0     211408     520816
    -/+ buffers/cache:     649676    1416812
    Swap:      1052248          0    1052248
    ace75:/etc # free -a
    free: invalid option -- a
    usage: free [-b|-k|-m|-g] [-l] [-o] [-t] [-s delay] [-c count] [-V]
      -b,-k,-m,-g show output in bytes, KB, MB, or GB
      -l show detailed low and high memory statistics
      -o use old format (no -/+buffers/cache line)
      -t display total for RAM + swap
      -s update every [delay] seconds
      -c update [count] times
      -V display version information and exit

    why 1 gb ?


     ace75:/etc # free -g
                 total       used       free     shared    buffers     cached
    Mem:             1          1          0          0          0          0
    -/+ buffers/cache:          0          1
    Swap:            1          0          1
    ace75:/etc # free -m
                 total       used       free     shared    buffers     cached
    Mem:          2018       1349        668          0        206        508
    -/+ buffers/cache:        634       1383
    Swap:         1027          0       1027
    ace75:/etc #
  • You need to look at the -/+ # in free... 559MB is 27% of 2GB.

    If you ask free to display in GB, it does, ROUNDING up.

    Barry
  • Astaro Beta Report
    --------------------------------
    Version: 7.450
    Type: BUG
    State: NOTABUG
    Reporter: utm_kid
    Contributor: 
    MantisID: 
    --------------------------------

Reply Children
No Data