From 39c8aba1deab9f9fdb6aa2b985bb5878affb8e8a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 8 Nov 2024 10:12:58 +0100 Subject: [PATCH] feat: limits of files Vivado was crashing... --- config.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.scm b/config.scm index 06a48bd..cdcbe10 100644 --- a/config.scm +++ b/config.scm @@ -107,6 +107,8 @@ (service pam-limits-service-type (list + (pam-limits-entry "@wheel" 'hard 'nofile '50000) + (pam-limits-entry "@wheel" 'soft 'nofile '10000) (pam-limits-entry "@wheel" 'both 'core 'unlimited))) (udev-rules-service -- 2.48.1