[EMAIL PROTECTED] writes:
>
> Do you know about the following compiler flags (of sun studio compilers)
>
> -xpagesize_heap=<a> Controls the preferred page size for the heap,
> a={4K|2M|4M|default}
> -xpagesize_stack=<a> Controls the preferred page size for the stack,
> a={4K|2M|4M|default}
> -xpagesize=<a> Controls the preferred page size for the stack and for
> the heap, a={4K|2M|4M|default}
>
Yes. AFAIK, the ppgsz command does the same thing at runtime. At
least on my OpenSolaris box, using the sun compiler with the
-xpagesize_heap=2M yields the same (few) number of large pages
as ppgsz -o heap=2M
Drew
_______________________________________________
perf-discuss mailing list
[email protected]