<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 28, 2019, 5:03 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 1/3/19 10:00 am, Joel Sherrill wrote:<br>
> On Thu, Feb 28, 2019, 4:50 PM Chris Johns <<a href="mailto:chrisj@rtems.org" target="_blank" rel="noreferrer">chrisj@rtems.org</a><br>
> <mailto:<a href="mailto:chrisj@rtems.org" target="_blank" rel="noreferrer">chrisj@rtems.org</a>>> wrote:<br>
> <br>
>     Hi,<br>
> <br>
>     This test has a number of config values that overflow the memory on the<br>
>     powerpc/mpc5643l_dpu BSP. Can these value be reduced so they can fit?<br>
> <br>
>     I can provide support in .tcfg files now to provide specific per BSP settings<br>
>     but I am not sure what the values should be for this BSP? Some guidance is most<br>
>     welcome.<br>
> Unfortunately I think this is a test like the old sp09 which crammed too much<br>
> into one executable. I think it needs to be split into multiple tests. Ideally<br>
> one per object class.<br>
<br>
That would work. I am wondering about values like 37, 41, 43, etc ...<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">From my reading of the test 3 would be effective.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
#define CONFIGURE_MAXIMUM_BARRIERS 2<br>
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 7<br>
#define CONFIGURE_MAXIMUM_PARTITIONS 37<br>
#define CONFIGURE_MAXIMUM_PERIODS 41<br>
#define CONFIGURE_MAXIMUM_REGIONS 43<br>
#define CONFIGURE_MAXIMUM_SEMAPHORES 47<br>
#define CONFIGURE_MAXIMUM_TASKS 11<br>
#define CONFIGURE_MAXIMUM_TIMERS 59<br>
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 17<br>
<br>
They look unusual enough to mean something or they are random, I cannot tell.<br>
<br>
Chris<br>
</blockquote></div></div></div>