From 975021e7ec5e462e737ad6dc47975638c692a6ad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Sep 2008 20:43:48 +0000 Subject: 2008-09-18 Joel Sherrill * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on pc386 and configured for unified workspace, you can get close to this. --- testsuites/samples/unlimited/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/unlimited/system.h') diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h index 4da882f961..ec0ea90151 100644 --- a/testsuites/samples/unlimited/system.h +++ b/testsuites/samples/unlimited/system.h @@ -60,7 +60,7 @@ void test3(); * Keep track of the task id's created, use a large array. */ -#define MAX_TASKS (1000) +#define MAX_TASKS (10000) #define TASK_INDEX_OFFSET (1) extern rtems_id task_id[MAX_TASKS]; -- cgit v1.2.3