Commit 3ba91137 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace: increase per-process shmem size

In ppsi we allocate a big array of pp_instance items. And we want
to keep them all in shared memory.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9f4217ad
......@@ -7,7 +7,7 @@
#include <stdint.h>
#define WRS_SHM_FILE "/dev/shm/wrs-shmem"
#define WRS_SHM_SIZE (32*1024) /* each */
#define WRS_SHM_SIZE (64*1024) /* each */
/* Every process gets 8 pages (32k) to be safe for the future */
enum wrs_shm_name {
......
ppsi @ ff1c7bb1
Subproject commit 0a483f25e75a68b2e30afdc943fedbd587f15b26
Subproject commit ff1c7bb17919b7f08175c83c8c71571f3f7616b3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment