Skip to content

Commit

Permalink
Merge pull request #24416 from cms-sw/smuzaffar-patch-1
Browse files Browse the repository at this point in the history
Process only 10 plugins per process for AARCH64
  • Loading branch information
cmsbuild committed Aug 30, 2018
2 parents ad680b7 + c54c583 commit d1d92b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/PluginManager/bin/refresh.cc
Expand Up @@ -38,7 +38,7 @@ using namespace edmplugin;
#ifdef __APPLE__
#define PER_PROCESS_DSO 20
#elif defined(__aarch64__)
#define PER_PROCESS_DSO 20
#define PER_PROCESS_DSO 10
#else
#define PER_PROCESS_DSO 2000
#endif
Expand Down

0 comments on commit d1d92b0

Please sign in to comment.