> Cool... but this is still suspicious.  Hydrogen doesn't need 500M of RAM. 
> A debug version will use about 80M of RAM.  Further, I run my limits.conf 
> with:
> 
> @audio          -       memlock         128000
> 
> So, it puzzles me that 500000 was not enough.
> 
> How much memory does top (or ps) report that Hydrogen is using?

   %mem       vsz             rsz
    2.8       548428     86208      pts/0    RLl+ 17:26   0:03 ./hydrogen

  It takes 2.8% of the total memory.
  It has sense, since the resident set size (rsz) is 86208 kB, that represents 
a 2.8% of the total (3 GB).
  What is suspicious the size of the virtual memory (vsz): 548428 kB. Anyway 
this type of memory is not counted inside the 2.8%

  cat /proc/meminfo

during hydrogen execution
-----------------------------------------------------
MemTotal:      3059272 kB
MemFree:        739988 kB
Buffers:         81916 kB
Cached:        1608872 kB
SwapCached:          0 kB
Active:         770932 kB
Inactive:      1217184 kB
SwapTotal:     6385796 kB
SwapFree:      6385796 kB
...

once hydrogen is closed

-----------------------------------------------------

MemTotal:      3059272 kB
MemFree:        790632 kB
Buffers:         81948 kB
Cached:        1608868 kB
SwapCached:          0 kB
Active:         721348 kB
Inactive:      1217216 kB
SwapTotal:     6385796 kB
SwapFree:      6385796 kB
...

  There are changes in 'MemFree' and 'Active'

  Do you see something strange ?

Gerard.



_________________________________________________________________
Llévate Messenger en el móvil a todas partes ¡Conéctate!
http://www.microsoft.com/spain/windowsmobile/messenger/default.mspx
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to