From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 12:38:24 2010 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 D0049106564A for ; Mon, 6 Dec 2010 12:38:24 +0000 (UTC) (envelope-from cronfy@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 848248FC19 for ; Mon, 6 Dec 2010 12:38:24 +0000 (UTC) Received: by gyf3 with SMTP id 3so6283759gyf.13 for ; Mon, 06 Dec 2010 04:38:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=OLaKVzrNrNbnxa5na3jO0fp3uIMgm0wfkiMn5iFvYcM=; b=A3PhlpvUiaWYYJN+2Rw50+hRulh13HFobfBnVgm5XPOc34F1vLhXvORfAAcdWCw4VD g6Z+JxFp5KMmrORGHlFnevLnvn/zvgv0+4gOphs6p+iXP2+Qv271SbjFaKrZ7vhPqb1y 0SBbUsAgyL/Lc+uYAX9frPeIlXC7oZBjbd33s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=hdw6v38o0tcsfwa/GTZCspOLNA9dPKP9NQacqQVvkrclWY7liuRVNWBVNFBSCPU1Zp jBfY8K0zvMFFkSsGBUf1Pq8pt2g67NKYTaXHM0xhZckzo+t1gTPlR99Qy3jTrmQ/A47W KShoXh5yrbxcWbbAOOGKiub1ytnO3DrWwmxlY= Received: by 10.91.51.22 with SMTP id d22mr7639619agk.175.1291639103445; Mon, 06 Dec 2010 04:38:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.90.175.18 with HTTP; Mon, 6 Dec 2010 04:37:53 -0800 (PST) From: cronfy Date: Mon, 6 Dec 2010 15:37:53 +0300 Message-ID: To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: memoryuse vs vmemoryuse 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: Mon, 06 Dec 2010 12:38:24 -0000 Hello! I am trying to set user limits in login.conf, and I see there are 'memoryuse' and 'vmemoryuse'. Handbook describes only the former.. What is the difference between them? -- // cronfy