From owner-freebsd-emulation Thu Jun 1 2:18:46 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 4902D37B6C6 for ; Thu, 1 Jun 2000 02:18:42 -0700 (PDT) (envelope-from cliff@olive.co.uk) Received: from grimwade.demon.co.uk ([194.222.1.157] helo=olive.co.uk) by anchor-post-30.mail.demon.net with smtp (Exim 2.12 #1) id 12xR7f-000Lr5-0U; Thu, 1 Jun 2000 10:18:40 +0100 Received: from olive.co.uk (merlin.osl.co.uk [192.168.1.19]) by olive.co.uk (SMI-8.6/v3.2) with ESMTP id JAA12639; Thu, 1 Jun 2000 09:18:47 GMT Message-ID: <39362ACA.19BF780E@olive.co.uk> Date: Thu, 01 Jun 2000 10:20:10 +0100 From: Cliff Rowley Organization: Olive Systems LTD X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Sean O'Connell" Cc: freebsd-emulation@freebsd.org Subject: Re: ColdFusion References: <3935384D.3D97EF80@olive.co.uk> <20000531131320.D33804@stat.Duke.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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