[Libhugetlbfs-devel] 好好好。生意兴隆。

2011-07-20 Thread marianatgv20
¹ã¶«Ê¡»ªÁªÃ³Ò×ÓÐÏÞ¹«Ë¾ÊÇ2008Äê¾­¹ã¶«²ÆÕþ¾ÖÅú×¼µÄ²ÆË°×ÉѯóÒ×ÓÐÏÞ¹«Ë¾¡£ÎÒ¹«Ë¾×¨Òµ´ÓʲÆÎñ¡¢Ë°Îñ´úÀí¡¢²ÆË°×ÉѯµÈÒµÎñµÄרҵ»ú¹¹¡£¿ÉÏòÍâ´ú¿ª¸÷ÖÖ·¢Æ¯£¨ÉÌÆ·¡¢½¨Öþ¡¢ÔËÊä¡¢¹ã¸æ¡¢·þÎñ²ÍÒû¡¢¾ÆµêµÈ£©¡£±¾¹«Ë¾³ÉÁ¢¶àÄêÒ»Ö±¼á³ÖÒÔ³ÏÐÅΪÖÐÐÄÁ¢×ãÓÚÊг¡¡£ »¶Ó­À´µç×Éѯ£¬±¾¹«Ë¾Ï£ÍûÓë¹ó¹«Ë¾£¨³§¼Ò£©Õæ³ÏºÏ×÷!ÈçÓдòÈÅÇë¼ûÁ

Re: [Libhugetlbfs-devel] [PATCH 2/3] Add support to hugeadm for configuring transparent huge pages

2011-07-20 Thread Andrew Hastings
Eric, On 07/11/11 10:51, Eric B Munson wrote: > diff --git a/man/hugeadm.8 b/man/hugeadm.8 > index 0c577bc..388749a 100644 > --- a/man/hugeadm.8 > +++ b/man/hugeadm.8 > @@ -238,10 +238,45 @@ make the swap space persist after the resize operation > is completed. The swap > spaces can later be re

Re: [Libhugetlbfs-devel] [PATCH 3/3] Add controls to hugectl for new THP related env variables

2011-07-20 Thread Andrew Hastings
Eric, On 07/11/11 10:51, Eric B Munson wrote: > diff --git a/man/hugectl.8 b/man/hugectl.8 > index 319742e..11de2aa 100644 > --- a/man/hugectl.8 > +++ b/man/hugectl.8 > @@ -63,6 +63,17 @@ Request that multiple application instances share text > segments that are > backed with huge pages. This o

Re: [Libhugetlbfs-devel] [PATCH 1/3] Add support for THP in morecore

2011-07-20 Thread Andrew Hastings
Eric, On 07/11/11 10:51, Eric B Munson wrote: > diff --git a/morecore.c b/morecore.c > index 6b4364c..c2a445c 100644 > --- a/morecore.c > +++ b/morecore.c > @@ -202,6 +202,72 @@ static void *hugetlbfs_morecore(ptrdiff_t increment) > return p; > } > > +static void *thp_morecore(ptrdiff_t i

Re: [Libhugetlbfs-devel] [PATCH 0/3] Extend morecore functionality to better use THP

2011-07-20 Thread Andrew Hastings
Eric, On 07/11/11 10:51, Eric B Munson wrote: > Transparent huge pages (THP) make using huge pages on x86(_64) incredibly > easy. > However, the standard glibc malloc is not setup to optimixe allocations to be > fulfilled as THP, relying on khugepaged to scan and merge huge pages when > possible.