Skip to content

Commit 86fef88

Browse files
author
Sebastien Bourdeauducq
committedOct 3, 2011
performance: increase compiler task stack
1 parent ccdd5f1 commit 86fef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/performance.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ void start_performance(int simple, int dt, int as)
561561
mtk_cmd(appid, "progress.barconfig(load, -value 0)");
562562
next_update = rtems_clock_get_ticks_since_boot() + UPDATE_PERIOD;
563563
input_add_callback(refresh_callback);
564-
sc = rtems_task_create(rtems_build_name('C', 'O', 'M', 'P'), 20, 64*1024,
564+
sc = rtems_task_create(rtems_build_name('C', 'O', 'M', 'P'), 20, 300*1024,
565565
RTEMS_PREEMPT | RTEMS_NO_TIMESLICE | RTEMS_NO_ASR,
566566
0, &comp_task_id);
567567
assert(sc == RTEMS_SUCCESSFUL);

0 commit comments

Comments
 (0)