From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 09:22:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12A46106566B for ; Fri, 15 Jun 2012 09:22:51 +0000 (UTC) (envelope-from mbsd@isgroup.com.ua) Received: from mail.standard.com.ua (mail.isgroup.com.ua [46.229.54.104]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1288FC0C for ; Fri, 15 Jun 2012 09:22:49 +0000 (UTC) Received: from [192.168.0.2] (unused-213.111.71.69.bilink.ua [213.111.71.69] (may be forged)) (authenticated bits=0) by mail.standard.com.ua (8.14.3/8.14.3) with ESMTP id q5F9FQTD015439 for ; Fri, 15 Jun 2012 12:15:26 +0300 (EEST) (envelope-from mbsd@isgroup.com.ua) From: mbsd To: freebsd-questions Content-Type: text/plain; charset="UTF-8" Date: Fri, 15 Jun 2012 12:22:37 +0300 Message-ID: <1339752157.58075.24.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.9 required=9.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.isgroup.com.ua Subject: Freebsd without swap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 09:22:51 -0000 Hi there. Now I'm using FreeBSD 9 without swap, and without additional swap - related configurations. Ξ ~ → gpart show => 34 234441581 ada0 GPT (111G) 34 128 1 freebsd-boot (64k) 162 234441453 2 freebsd-zfs (111G) Ξ ~ → pstat -T 3857/12328 files 0M/0M swap space And all work perfectly or that seems to me :). My working machine is ThinkPad T61 with 4G ram. I'm typically desktop user. And the question is: Does it correct to use freebsd like this? Or I need specific setup? Option NO_SWAPPING if I understand right not for this purpose. Sysctl vm.swap_enabled=0 seems to be useful.