Date: Sat, 23 Sep 1995 15:20:54 -0400 From: Michael Vernick <vernick@CS.SunySB.EDU> To: freebsd-hackers@freebsd.org Subject: Can I get more memory from malloc? Message-ID: <199509231920.PAA29283@cs.sunysb.edu>
next in thread | raw e-mail | index | archive | help
For our video server project I need to store video data in memory before it goes out to the network. My kernel code uses 'malloc' to acquire this buffer space. Currently, I have 32 MB of physical memory. However, I run out of 'malloc' memory at about 18 MB. Is there a way to get more memory for the kernel? Thanks. mv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509231920.PAA29283>