tony2001 / pinba_engine

Pinba - MySQL plugin and storage engine
http://pinba.org
GNU General Public License v2.0
478 stars 41 forks source link

unrecognized option: --with-hoard #52

Closed tmcdos closed 8 years ago

tmcdos commented 8 years ago

README asserts that Pinba can be compiled with Hoard. However, latest configure script does not recognize the option "--with-hoard" and the source code of Pinba does not contain references to any of the Hoard functions.

pmontepagano commented 8 years ago

Check a9dd9d337bee8a9a6cea73d5d7d2f9e7dcbf332b and 23a0f445d215b595ece5f4a1f3604677375bbf8a .

tony2001 commented 8 years ago

Right, you can use Hoard or jemalloc (or any other memory allocator) with LD_PRELOAD, it's easy and doesn't require any configure options.