Maximum number of tasks in freertos

Hai,
Am using freertos v7.0.1 and using pic32 starter kit II with mplabc32 compiler. may i know how many tasks can be run in freertos?

Maximum number of tasks in freertos

http://www.freertos.org/FreeRTOS_Features.html
http://www.freertos.org/a00015.html#TaskPrior
http://www.freertos.org/a00110.html (see configMAX_PRIORITIES) Regards.

Maximum number of tasks in freertos

Hi,
I checked the links and found that
” No software restriction on the number of tasks that can be created”. Also, “Any number of tasks can share the same priority.
Each available priority consumes RAM within the kernel”.
So, is it depends on the level of priority? If so, how much memory a task can handle?
Also, the memory gauge in demo project shows that it uses almost 90% of the ram, even though i commented all the tasks except one? May i know about this?

Maximum number of tasks in freertos

http://www.freertos.org/FAQMem.html#RAMUse2 Regards.