Re: mmap()

2005-11-24 Thread Joseph Koshy
> So here's the problem, I've got a DB server that needs a > large datasize and a tomcat server which occasionally needs > to use a lot of memory, which java allocates from a memory > mapped space. Any ideas how to get the system to allow > processes to have either/or? IIRC, the process layout is

Libmicro!! pthread_create Resource temporarily unavailable

2005-11-24 Thread Ricardo A. Reis
Hi all, Recently i uncovered libmicro work in freebsd, but after install from ports my first test using pthread_create not work. Using default or custom parameters in pthread_create i see this messages on dmesg , pthread_create: Resource temporarily unavailable # sysctl -a |g

Re: mmap()

2005-11-24 Thread Michael Conlen
On Nov 23, 2005, at 5:21 PM, Robert Watson wrote: On Wed, 23 Nov 2005, Michael Conlen wrote: Sorry if this is the wrong place for this, but I haven't been getting answers elsewhere. I'm trying to tune the system to allow very large mmap()'s in a single process space, something on the or