summaryrefslogtreecommitdiffstats
path: root/mcast/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcast/init.c')
-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 | \