Date: Thu, 22 Apr 1999 10:23:54 +0200 From: Bruno Robquin <bruno@dune-concept.com> To: Doug Poland <dpoland@execpc.com> Cc: freebsd-database@FreeBSD.ORG Subject: Re: Sybase Message-ID: <371EDC9A.3A5D2AA7@dune-concept.com> References: <000c01be8c3c$db84c330$b16f6478@egypt>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Poland wrote: > > Greetings, > > I'm attempting to install the Linux version of Sybase on 3.1-RELEASE. My > current stumbling block seems to be not enough free shared memory segments. > Has anyone successfully install Sybase on FreeBSD? Hi, I don't know how to configure shared memory segment under FreeBSD but I solve this problem under Solaris. For SQL Server to run, the operating system kernel must be configured to allow allocation of a shared memory segment at least as large as the SQL Server "total memory" parameter, which defaults to 15MB (7500 2K pages). Under Sun operating system, this parameter must be set in /etc/system file with the following syntax "set shmsys:shminfo_shmmax = nnn" where nnn is at least 15728649 for a default SQL Server. This value must be set higher if you plan to increase total memory. Please, can you forward me ftp site where I can download Sybase Linux version. Bye ../.. -- Bruno Robquin R&D Dept. --------------------------------------------------- Dune Concept 79, rue La Boétie - 75008 Paris Tél : 0145 616 829 Fax : 0145 616 879 http://www.dune-concept.com --------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?371EDC9A.3A5D2AA7>