[pypy-svn] r58062 - pypy/build/doc

hpk at codespeak.net hpk at codespeak.net
Thu Sep 11 11:49:44 CEST 2008


Author: hpk
Date: Thu Sep 11 11:49:35 2008
New Revision: 58062

Modified:
   pypy/build/doc/benchmark_memory.txt
Log:
add another link that nicely explains swap/dirty/clean linux mem management


Modified: pypy/build/doc/benchmark_memory.txt
==============================================================================
--- pypy/build/doc/benchmark_memory.txt	(original)
+++ pypy/build/doc/benchmark_memory.txt	Thu Sep 11 11:49:35 2008
@@ -134,6 +134,8 @@
 which also points to the mem_usage.py tool that presents 
 a process mappings in a somewhat nicer summarized format. 
 
+For understanding how swapping and linux memory management works here is a nice read: http://sourcefrog.net/weblog/software/linux-kernel/swap.html
+
 
 Tool to measure python interpreter  mem foot print
 -------------------------------------------------------



More information about the Pypy-commit mailing list