release and debug mode heap allocation

Joel Sherrill joel.sherrill at OARcorp.com
Tue May 27 14:03:45 UTC 2008


Aleix Conchillo Flaqué wrote:
> More information:
>
> number of tasks: 30
> number rate monotonic periods: 11
> number of semaphores: 29
> number of mqueues: 26
>
> My configuration:
>
> #define CONFIGURE_MAXIMUM_TASKS 48
> #define CONFIGURE_MAXIMUM_PERIODS 32
> #define CONFIGURE_MAXIMUM_SEMAPHORES 32
> #define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 32
>
>   
You have to reserve memory for message buffers.  This could
easily be consuming the missing workspace.
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill at OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985





More information about the users mailing list