mirror of
				https://github.com/optim-enterprises-bv/control-pane.git
				synced 2025-11-03 19:37:46 +00:00 
			
		
		
		
	increase realpath ttl, opcache for cli
This commit is contained in:
		@@ -348,13 +348,13 @@ disable_classes =
 | 
				
			|||||||
; the file operations performed.
 | 
					; the file operations performed.
 | 
				
			||||||
; Note: if open_basedir is set, the cache is disabled
 | 
					; Note: if open_basedir is set, the cache is disabled
 | 
				
			||||||
; http://php.net/realpath-cache-size
 | 
					; http://php.net/realpath-cache-size
 | 
				
			||||||
;realpath_cache_size = 4096k
 | 
					realpath_cache_size = 4096k
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; Duration of time, in seconds for which to cache realpath information for a given
 | 
					; Duration of time, in seconds for which to cache realpath information for a given
 | 
				
			||||||
; file or directory. For systems with rarely changing files, consider increasing this
 | 
					; file or directory. For systems with rarely changing files, consider increasing this
 | 
				
			||||||
; value.
 | 
					; value.
 | 
				
			||||||
; http://php.net/realpath-cache-ttl
 | 
					; http://php.net/realpath-cache-ttl
 | 
				
			||||||
;realpath_cache_ttl = 120
 | 
					realpath_cache_ttl = 3600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; Enables or disables the circular reference collector.
 | 
					; Enables or disables the circular reference collector.
 | 
				
			||||||
; http://php.net/zend.enable-gc
 | 
					; http://php.net/zend.enable-gc
 | 
				
			||||||
@@ -1763,10 +1763,15 @@ ldap.max_links = -1
 | 
				
			|||||||
opcache.enable=1
 | 
					opcache.enable=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; Determines if Zend OPCache is enabled for the CLI version of PHP
 | 
					; Determines if Zend OPCache is enabled for the CLI version of PHP
 | 
				
			||||||
;opcache.enable_cli=0
 | 
					opcache.enable_cli=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; The OPcache shared memory storage size.
 | 
					; The OPcache shared memory storage size.
 | 
				
			||||||
;opcache.memory_consumption=128
 | 
					opcache.memory_consumption=128
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					; extra
 | 
				
			||||||
 | 
					opcache.jit_buffer_size=128M
 | 
				
			||||||
 | 
					opcache.jit=1255
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; The amount of memory for interned strings in Mbytes.
 | 
					; The amount of memory for interned strings in Mbytes.
 | 
				
			||||||
;opcache.interned_strings_buffer=8
 | 
					;opcache.interned_strings_buffer=8
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user