set ulimit -n to 4096.
				
					
				
			This commit is contained in:
		
							parent
							
								
									a6d565a552
								
							
						
					
					
						commit
						1d0bd6365d
					
				@ -110,6 +110,11 @@
 | 
				
			|||||||
  # IntelliJ
 | 
					  # IntelliJ
 | 
				
			||||||
  boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
 | 
					  boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # gapt: `ulimit -n` was 256
 | 
				
			||||||
 | 
					  security.pam.loginLimits = [
 | 
				
			||||||
 | 
					    { domain = "*"; type = "-"; item = "nofile"; value = "4096"; }
 | 
				
			||||||
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  fileSystems."/mnt/vaccaria" = {
 | 
					  fileSystems."/mnt/vaccaria" = {
 | 
				
			||||||
    device = "//vaccaria.mtlaa.gebner.org/export";
 | 
					    device = "//vaccaria.mtlaa.gebner.org/export";
 | 
				
			||||||
    fsType = "cifs";
 | 
					    fsType = "cifs";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user