mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::allocator: Remove trailing comma per jemalloc.
This commit is contained in:
parent
1afa0daf3f
commit
c7b0e9a1b5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const char *
|
|||
__attribute__((weak))
|
||||
malloc_conf
|
||||
{
|
||||
"narenas:1,"
|
||||
"narenas:1"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue