summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-13 19:15:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-13 19:15:26 +0000
commita0653adab1053fa55690c706007d8e11ff786102 (patch)
tree8bf97a4daa89d3bb6ffb605af0763cbd72c3a47d /testsuites/samples/unlimited
parent2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-a0653adab1053fa55690c706007d8e11ff786102.tar.bz2
2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* unlimited/system.h: Tighten configuration for stack space.
Diffstat (limited to 'testsuites/samples/unlimited')
-rw-r--r--testsuites/samples/unlimited/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 6506e9f2dd..439400296d 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -51,7 +51,7 @@ void test3();
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
-#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_INIT_TASK_STACK_SIZE (8 * 1024)
#include <rtems/confdefs.h>