Re: Single process needing a lot of memory

2013-12-14 Thread Brad Davis
to add option MAXDSIZ='((paddr_t)16*1024*1024*1024)' # 16 gig process space... to your kernel config file and rebuild/reboot. Brad Davis (still wondering how I went from 56k on LSI-11s and 4meg on 686s to 32gig on FX-8350s...)

Re: Why is getaddrinfo breaking POSIX?

2009-12-11 Thread Brad Davis
a mutex in the yp code to protect its global variables. I would do the work but I can't test it (I have refused to use YP for the last 17.5 years). If someone volunteers to test, I'll rework the code. Brad Davis