-----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-----


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to