nanos6: enable jemalloc by default

This commit is contained in:
Rodrigo Arias 2021-03-03 19:05:33 +01:00
parent 5fae560ce9
commit cb12aa2d94

View File

@ -11,11 +11,13 @@
, papi
, extrae
, boost
, enableJemalloc ? false
, enableJemalloc ? true
, jemalloc ? null
, cachelineBytes ? 64
}:
assert enableJemalloc -> (jemalloc != null);
with stdenv.lib;
stdenv.mkDerivation rec {