1
1

OSHMEM/SEGMENTS: increase number of max segments

- increase number of max segments to allow application be launched
  on some Ubuntu configurations

Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
Этот коммит содержится в:
Sergey Oblomov 2020-02-07 15:08:30 +02:00
родитель dc0d6a5e1b
Коммит f742f289ea

Просмотреть файл

@ -41,7 +41,7 @@ OSHMEM_DECLSPEC int mca_memheap_base_select(void);
extern int mca_memheap_base_already_opened;
extern int mca_memheap_base_key_exchange;
#define MCA_MEMHEAP_MAX_SEGMENTS 8
#define MCA_MEMHEAP_MAX_SEGMENTS 32
#define HEAP_SEG_INDEX 0
#define MCA_MEMHEAP_SEG_COUNT 2