Commit 1f24f297 authored by Adam Wujek's avatar Adam Wujek 💬 Committed by Alessandro Rubini

userspace/libwr: increase WRS_SHM_MAX_SIZE due to rtud

WRS_SHM_MAX_SIZE has to be increased because rtud data is bigger than 256KB
vlan_tab is 81920
rtu_htab is 180224
rtud total data: 262,144+shm_header
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent e971862d
......@@ -8,7 +8,7 @@
#define WRS_SHM_FILE "/dev/shm/wrs-shmem-%i"
#define WRS_SHM_MIN_SIZE (4*1024)
#define WRS_SHM_MAX_SIZE (256*1024)
#define WRS_SHM_MAX_SIZE (512*1024)
/* Each process "name" (i.e. id) is added to the filename above */
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