Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jun 2000 10:20:10 +0100
From:      Cliff Rowley <cliff@olive.co.uk>
To:        "Sean O'Connell" <sean@stat.Duke.EDU>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: ColdFusion
Message-ID:  <39362ACA.19BF780E@olive.co.uk>
References:  <3935384D.3D97EF80@olive.co.uk> <20000531131320.D33804@stat.Duke.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
Sean O'Connell wrote:
> 
> Cliff-
> 
> Which version of FreeBSD are using?  This may help someone pinpoint
> the problem.

Sorry, I completely forgot to mention that.  I'm using FreeBSD-STABLE as
of about 4 days ago.

> You may want to jack up the shared memory segments and such in
> your kernel config.  I have no familiarity at all with coldfusion,
> but the following helps with things like gimp and a few others
> 
> #
> # SYSV Shared Memory
> #
> options         SYSVSHM                 #SYSV-style shared memory
> options         SYSVMSG                 #SYSV-style message queues
> options         SYSVSEM                 #SYSV-style semaphores
> #
> options         SHMMAX="(64*1024*1024)"
> options         SHMMNI=4096
> options         SHMSEG=256
> 
> You may also want to look at the ipcs command.  This will allow you
> to clear some shared memory.  Also, do you have
> 
> options         P1003_1B
> options         _KPOSIX_PRIORITY_SCHEDULING
> options         _KPOSIX_VERSION=199309L
> 
> in your kernel?

I have:

options         SHMALL=1025
options         SHMMAXPGS=1025
options         SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options         SHMMIN=2
options         SHMMNI=256
options         SHMSEG=128

options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores

options         P1003_1B                #Posix P1003_1B real-time
extensions
options         _KPOSIX_PRIORITY_SCHEDULING

I've tried ColdFusion from a complete reboot, without running any other
applications (aside from the base system) to try to eliminate the
possibility of interference, with no luck.

> 
> Good luck

Where's Yoda when you need him?

-- 
Cliff Rowley
Software Engineer
Olive Systems LTD
http://www.olive.co.uk


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39362ACA.19BF780E>