This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Call for testers: libiberty/physmem.c


 > From: Richard Earnshaw <rearnsha at arm dot com>
 > 
 > One of our Linux compute servers is reporting
 > 
 > $ tmp/phys
 > total=7820.195312Mb avail=933.585938Mb
 > 
 > Which is correct, but not necessarily useful (an x86 processor can't 
 > address more then 4G in any one process).
 > R.

The heuristic currently tops out at RAM==1G, more than that doesn't
(shouldn't) affect the algorithm.

On a 16G solaris2 box, my values are expand=100%, heap=128M (== 1G/8).

Try compiling any file with -v and examine the GC heuristic values it
outputs.

		--Kaveh
--
Kaveh R. Ghazi			ghazi at caip dot rutgers dot edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]