Skip to content

Commit

Permalink
Reduce MAX_TERMINATED_THREADS default, improve memory use on manycore…
Browse files Browse the repository at this point in the history
… cpus
  • Loading branch information
biddisco committed May 29, 2017
1 parent d915b10 commit 150c584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/config.hpp
Expand Up @@ -394,7 +394,7 @@
// reached for a particular thread queue or if the HPX_BUSY_LOOP_COUNT_MAX is
// reached, which will clean up the terminated threads for _all_ thread queues.
#if !defined(HPX_MAX_TERMINATED_THREADS)
# define HPX_MAX_TERMINATED_THREADS 1000
# define HPX_MAX_TERMINATED_THREADS 25
#endif

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 150c584

Please sign in to comment.