Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 19:18:47 +0000
From:      Steve O'Hara-Smith <steve@sohara.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Resource Limits Within Jails
Message-ID:  <20170105191847.705e2e863078640a98bfb330@sohara.org>
In-Reply-To: <118410c1-1e3e-2388-ea5b-682515bc39f1@ssimicro.com>
References:  <118410c1-1e3e-2388-ea5b-682515bc39f1@ssimicro.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Jan 2017 11:53:55 -0700
markham breitbach <markham@ssimicro.com> wrote:

> I am trying to figure out the best way to manage resource limits for a
> particular daemon within a jail (specifically memory usage), without
> having to limit the entire jail and other processes within.

	Not specific to jails but one way is to start the daemon from a
shell script and use ulimit to set resource limits before execing the
daemon.

-- 
Steve O'Hara-Smith <steve@sohara.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170105191847.705e2e863078640a98bfb330>