We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765fcf commit 986cc1bCopy full SHA for 986cc1b
src_c/IMB_mem_info.h
@@ -55,6 +55,6 @@ Header file newly introduced in IMB 3.1
55
#define CACHE_LINE_SIZE 64 /* default last level cache line size (Bytes) */
56
57
#define MEM_UNIT 1073741824 /* Units for memory usage sizes */
58
-#define MAX_MEM_USAGE 1 /* default max. memory (in units MEM_UNIT Bytes) used for message buffers */
+#define MAX_MEM_USAGE 2 /* default max. memory (in units MEM_UNIT Bytes) used for message buffers */
59
60
#endif
0 commit comments