Rafael Mizrahi wrote:
Thanks for the info, Ben,
Indeed, my problem was not solved by adding
export LD_ASSUME_KERNEL=2.4.19

In poking at this some more, I have tried the LD_ASSUME_KERNEL but it
doesn't seem to make a particular difference that I can tell.

What does seem to have helped is raising the open files limit with
ulimit; I've got a few hundred index files, and the daemons were
sometimes getting clogged also with TCP sockets stuck in CLOSE_WAIT state.

After raising the open file limit from 1024 to 8192 things seem more
reliable; perhaps it was trying to load the library at runtime and
failing? Or perhaps it's completely unrelated...

-- brion vibber (brion @ pobox.com)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to