Commit ff1c7bb1 authored by Alessandro Rubini's avatar Alessandro Rubini

arch-wrs/shmem: raise per-process size to 64k

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 0a483f25
......@@ -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 {
......
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