summaryrefslogtreecommitdiffstats
path: root/mcast
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-05-21 14:03:36 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-21 14:03:36 -0500
commitdf1435c3e7bf58fbafff6b8660bb65bf28f4c82f (patch)
tree841e36c8d21c226c0d11b5be73d014476fbcf529 /mcast
parentMisc: Fix various warnings (diff)
downloadnetwork-demos-df1435c3e7bf58fbafff6b8660bb65bf28f4c82f.tar.bz2
Switch all tests to unlimited objects and unified workspace
Diffstat (limited to 'mcast')
-rw-r--r--mcast/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcast/init.c b/mcast/init.c
index 29073a9..163fae9 100644
--- a/mcast/init.c
+++ b/mcast/init.c
@@ -72,13 +72,12 @@ Init (rtems_task_argument ignored)
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
-#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
#define CONFIGURE_MAXIMUM_TASKS 20
#define CONFIGURE_MICROSECONDS_PER_TICK 10000
-#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 120
#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
RTEMS_NO_TIMESLICE | \