[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BSD networking problem
- Date: Fri, 4 Sep 1998 15:44:14 -0500
- From: jmonkman at frasca.com (Jay Monkman)
- Subject: 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.