diff options
| author | songyanchao <[email protected]> | 2023-05-08 10:59:48 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-05-08 10:59:48 +0000 |
| commit | f53d201d1e7d6953c4f1c14381c4e531658d08ad (patch) | |
| tree | d45518741faaa756b26851a9760665f1c1014835 | |
| parent | 6610119ec758422327c95ee700755e83d09df271 (diff) | |
🎈 perf: Set 'MR_SHMDEV_MAX = 128'v4.6.23-20230508
Set 'MR_SHMDEV_MAX = 128'
| -rw-r--r-- | infra/include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/include/common.h b/infra/include/common.h index 7af4e56..ef39b99 100644 --- a/infra/include/common.h +++ b/infra/include/common.h @@ -61,7 +61,7 @@ extern "C" #endif #ifndef MR_SHMDEV_MAX -#define MR_SHMDEV_MAX 64 +#define MR_SHMDEV_MAX 128 #endif #ifndef MR_DEVICE_MAX @@ -69,7 +69,7 @@ extern "C" #endif #ifndef MR_MEMPOOL_COUNT_MAX -#define MR_MEMPOOL_COUNT_MAX 64 +#define MR_MEMPOOL_COUNT_MAX 64 #endif typedef uint64_t cpu_mask_t; |
