On 8/9/2010 8:19 PM, Kishore Kumar Pusukuri wrote:
I would like to see the impact of different page sizes on the performance of 
multi-threaded applications. However, the pagesize -a command is producing only 
3 possible page sizes including the default 4Kb on my AMD machine (shown 
below). Are these only page sizes I can use? (or) Is there anyway I can use 
more than these?

kish...@opensolaris:~$ pagesize -a
4096
2097152
1073741824


Hi,

x86 hardware typically only has a few page size options. You might want to look at using cputrack/cpustat/performance analyzer to see if your application is experiencing large numbers of TLB misses. If this is the case, changing the page size may reduce them.

Regards,

Darryl.


--
Darryl Gove
Compiler Performance Engineering
Blog : http://blogs.sun.com/d/
Books: http://my.safaribooksonline.com/9780321711441
       http://my.safaribooksonline.com/9780768681390
       http://my.safaribooksonline.com/0595352510
_______________________________________________
perf-discuss mailing list
perf-discuss@opensolaris.org

Reply via email to