Increase opcache.interned_strings_buffer PHP option
This commit is contained in:
		
					parent
					
						
							
								dc7c5225ad
							
						
					
				
			
			
				commit
				
					
						b1015f627a
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -29,7 +29,12 @@
 | 
			
		|||
      mail_smtpport = 465;
 | 
			
		||||
      mail_smtpname = "nextcloud";
 | 
			
		||||
    };
 | 
			
		||||
    # Only contains mail_smtppassword
 | 
			
		||||
    secretFile = "/secrets/nextcloud-secretfile.secret";
 | 
			
		||||
    phpOptions = {
 | 
			
		||||
      # The amount of memory for interned strings in Mbytes
 | 
			
		||||
      "opcache.interned_strings_buffer" = "64";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.nginx = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue