From 5624efb0603d86d0ac1f6ba78e73490994db20e3 Mon Sep 17 00:00:00 2001 From: David Mendez Date: Tue, 16 Jul 2024 12:21:07 -0700 Subject: [PATCH] DLPX-91653 Use default inotify.max_user_watches PR URL: https://www.github.com/delphix/delphix-platform/pull/490 --- files/common/lib/sysctl.d/50-override.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/common/lib/sysctl.d/50-override.conf b/files/common/lib/sysctl.d/50-override.conf index af79a3ec..280d3fad 100644 --- a/files/common/lib/sysctl.d/50-override.conf +++ b/files/common/lib/sysctl.d/50-override.conf @@ -93,12 +93,6 @@ vm.overcommit_memory = 1 # fs.mount-max = 300000 -# -# We've seen cases where we run out of this resource with the default -# value of 8192, resulting in upgrade failures. -# -fs.inotify.max_user_watches = 32768 - # # We've seen cases where an NFSv4 delegation is revoked by the server, # which then results in client IO errors. We disable NFSv4 delegation