Hi all! Thanks for great library.
I have a application which stands as a simple wrapper, forwarding requests into shared library. This library is very heavy and generates lots of TLB misses. Is there any way to remap this library into hugepages? I tried to LD_PRELOAD libhugepages without success (it remaps only application) and linkage of .so agains libhugetlbfs.so. Without success either, it says: libhugetlbfs [searcher30.p:5711]: Couldn't locate __executable_start, not attempting to remap segments Is there any way to remap given shared library (or, maybe whole application with all libraries recursively)? Or this is not possible and I must combine both wrapper and so into one binary? Any help would be appreciated. -- wbr, Max Lapan ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Libhugetlbfs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel
