From aeb3ad3d8cac8f1f085725711d2d8739b722b61b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 9 Jan 2023 22:24:26 +0000 Subject: Next batch of fixes Signed-off-by: Laurent Bercot --- doc/s6-instance-delete.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/s6-instance-delete.html') diff --git a/doc/s6-instance-delete.html b/doc/s6-instance-delete.html index 28eca9c..49530b2 100644 --- a/doc/s6-instance-delete.html +++ b/doc/s6-instance-delete.html @@ -66,6 +66,15 @@ on a supervision tree that is specific to the instanced service, and s6-instance-delete removes a service directory from that tree.
  • If the template for the service is logged, then s6-instance-delete will delete both the instance and its logger.
  • +
  • s6-instance-delete and s6-instance-create +are relatively expensive operations, because they have to recursively copy or +delete directories and use the synchronization mechanism +with the instance supervisor, compared to +s6-instance-control which only has to send +commands to already existing supervisors. If you are going to turn instances on and +off on a regular basis, it is more efficient to keep the instance existing and control +it with s6-instance-control than it is to +repeatedly create and delete it.
  • -- cgit v1.2.3