[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BSD networking problem



> > RTEMS: Someone is asking for
> > more memory
> >
> > RTEMS: fatal error, exiting
> >
> 
> This message shows up when you have run out of mbufs or mbuf  
> clusters.  Space for these is allocated from the heap at network  
> initialization time and can not be enlarged.
> 
Thank you. My heap was only 64K - not quite big enough. Like a fool, I
didn't
read the README file with the gen68360 BSP. Now everything works great.