From owner-freebsd-questions Sun Apr 5 23:25:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06536 for freebsd-questions-outgoing; Sun, 5 Apr 1998 23:25:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph (art@pili.adn.edu.ph [165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06477 for ; Sun, 5 Apr 1998 23:25:11 -0700 (PDT) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id OAA00403 for ; Mon, 6 Apr 1998 14:34:02 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Mon, 6 Apr 1998 14:34:02 +0800 (PHT) From: Arthur Alacar cc: questions@FreeBSD.ORG Subject: segmentation fault In-Reply-To: <19971210233439.8292.rocketmail@send1b.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG GOOD DAY!! am running freebsd-2.2.5 and is working with postgreSQL-6.2.1 the problem is everytime i give a query with a large resulting table, the application always returns a segmentation fault.. i believed it is because of having not enough memory allocating these resulting tables..i have 64MB of RAM ... and 200MB of swap space.. everytime i give a query for this application, i am checking system resources through 'top' and it shows out that only 16MB of memory is being allocated for this program and swap space is untouched... .... the question is... how can i let my programs used my swap space so that it never return this error...thank you :) .a.r.t. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message