Skip to content

Commit

Permalink
Merge pull request xapi-project#5200 from edwintorok/private/edvint/j…
Browse files Browse the repository at this point in the history
…emalloc

CP-45703: jemalloc: avoid bottlenecks with C threads
  • Loading branch information
edwintorok committed Oct 12, 2023
2 parents 239b358 + 490ea9a commit 3d32794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xapi.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Conflicts=shutdown.target
[Service]
User=root
Environment="LD_PRELOAD=/usr/lib64/libjemalloc.so.1"
Environment="MALLOC_CONF=narenas:1,tcache:false,lg_dirty_mult:22"
Environment="MALLOC_CONF=narenas:1,tcache:true,lg_dirty_mult:22"
Type=simple
Restart=on-failure
ExecStart=@LIBEXECDIR@/xapi-init start
Expand Down

0 comments on commit 3d32794

Please sign in to comment.