On Mi, 06.03.19 14:32, Frank Steiner (fsteiner-ma...@bio.ifi.lmu.de) wrote:
> Hi,
>
> I'd like to impose a general memory maximum limit to all processes
> started by our users. These include everything started interactively
> from the shell, but also cgis from apache and jobs started in grid.
> Th
Hi,
I'd like to impose a general memory maximum limit to all processes
started by our users. These include everything started interactively
from the shell, but also cgis from apache and jobs started in grid.
The limit should not hold for each user, but it should be an overall
limit for all users
Follow up
On Wed, Mar 6, 2019 at 12:59 PM prashantkumar dhotre <
prashantkumardho...@gmail.com> wrote:
> But the doc says
> https://www.freedesktop.org/software/systemd/man/systemd.unit.html
> " however, they apply to all kinds of starts (including manual), not just
> those triggered by theRestar
On Di, 05.03.19 12:16, ashitha v (ash15...@gmail.com) wrote:
> Hi,
>
> How can I change the default.target to a custom.target permanently? When
> the image is booting, it is set to multi-user.target by creating a symlink
> from /etc/systemd/system/default.target. If I do systemctl set-default
> cu
On Mi, 06.03.19 11:15, prashantkumar dhotre (prashantkumardho...@gmail.com)
wrote:
> Hi,
> Is there any side-effect of the 'reset-failed' operation on a service that
> is not in failed state.
> My understanding is , in that case, it is no-op.
It mostly is. But note that it will reset a few more
On Di, 05.03.19 20:46, Stanislav Angelovič (angelovi...@gmail.com) wrote:
> > To do that, allocate a single mutex of some form covering the sd_bus
> > object and all sd_bus_message associated with it. You need to take the
> > lock when you enter any sd_bus_xyz call, and release it after. To
> > en
Hi,
I'm a developer of the BFQ I/O scheduler [1, 2]. Some of you guys
care about guaranteeing (also) I/O bandwidth to groups, containers and
so on, so I thought that you might be interested in the results I
bumped into, while working on I/O control.
I found out that the techniques used to guarant