discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] buffer allocation failed


From: Dan Halperin
Subject: Re: [Discuss-gnuradio] buffer allocation failed
Date: Fri, 9 May 2008 09:33:01 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On May 9, 2008, at 9:21 AM, Eric Blossom wrote:

You're probably running into a limit on the total number of shared
memory segments in the system (SHMMNI) or the max segs per process
(SHMMSEG).  You can check the current values by:

 $ cat /sys/proc/kernel/shmmni

You can set the value one time using

 $ cat 4096 >/sys/proc/kernel/shmni

or arrange to have it always set by editing /etc/sysctl.conf

Yeah, that must be it. (I don't have root on the cluster but once I get support to change it I'll see if that works.)

Just FYI, I found the file at /proc/sys/kernel not /sys/proc/kernel. And presumably it's echo 4096>shmmni not cat 4096>shmmni ?

Thanks!

Dan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkgkfL0ACgkQy9GYuuMoUJ7PAQCfesQyL03uj7TBXGVae2IT+gXx
kH8AnAuSz/qwF9VkVgN3Pkpljr/pae2Q
=wWJQ
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]