0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::allocator::je: Add thp to our default options.

This commit is contained in:
Jason Volk 2020-05-30 18:23:13 -07:00
parent 9d06af1dbe
commit 4d72b673a7

View file

@ -30,6 +30,7 @@ malloc_conf
{
"narenas:1"
",tcache:false"
",metadata_thp:always"
};
#endif