From owner-freebsd-questions@FreeBSD.ORG Tue Apr 28 12:22:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88EDC106566B for ; Tue, 28 Apr 2009 12:22:14 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from mail-qy0-f105.google.com (mail-qy0-f105.google.com [209.85.221.105]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9E08FC1A for ; Tue, 28 Apr 2009 12:22:13 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by qyk3 with SMTP id 3so1069854qyk.3 for ; Tue, 28 Apr 2009 05:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=w7ZTgYD7m2GmbdxFSMNg8vzLNhxe1Gozkq8e9LoDJa0=; b=chWgd+W7+ZuJWpRoLt99VFulSuadjBJTvoErmDZBSt9IzBalbrqvZBciNpTKnZLrM4 ODS/dfg3kKmS0q8WZBRktTBnCjpr4Mzz3KINszrtGTzWu7uEjzI+1nPHcdkstDPyFsrr R8OI4+wWaP97Io9Aqo2ZIavZXMdddgk4Umlb4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZQJywZfhvXZeJjO4qW8TrRtA1ksJaMZWIiinFGTkCrVAyQeeIfKy+LGkF1Ggt+e5km Ir0r/htr97fDKGQ47An5DW/PV+WLCReeiEUN0D2JZISX3YrPvPwzC4eq4UEcv/BO95h0 sEiC++sM5xEFYyz5pk9NpneDSpHron8w7KyMY= MIME-Version: 1.0 Received: by 10.229.94.129 with SMTP id z1mr3313642qcm.22.1240921305311; Tue, 28 Apr 2009 05:21:45 -0700 (PDT) In-Reply-To: <49F6E261.6040808@aboutsupport.com> References: <2cd0a0da0904280122x5416837re97255dc37283dc5@mail.gmail.com> <2cd0a0da0904280228x763cd493v19c1d3bc45015f62@mail.gmail.com> <2cd0a0da0904280354w21c75c18p5a4563ca2a719d15@mail.gmail.com> <49F6E261.6040808@aboutsupport.com> Date: Tue, 28 Apr 2009 14:21:45 +0200 Message-ID: <2cd0a0da0904280521u125b4180s4e626670b67b73d5@mail.gmail.com> From: VeeJay To: Peter Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-Questions Subject: Re: Where am I wasting resources? How to fix this problem? 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: Tue, 28 Apr 2009 12:22:14 -0000 Hello Peter Thanks... I have tried the values but even after rebooting, I am still getting the same old values as: server1# sysctl -a | grep maxdsiz compat.ia32.maxdsiz: 536870912 server1# sysctl -a | grep maxssiz compat.ia32.maxssiz: 67108864 Even I tried both methods i.e. kern.maxdsiz="4096M" kern.dfldsiz="2048M" kern.maxssiz="1024MB" and later kern.maxdsiz="4294967296" kern.dfldsiz="2147483648" kern.maxssiz="1073741824" but still no change :( -- Thanks! BR / vj