dockerfile 통합
This commit is contained in:
+11
-4
@@ -1,8 +1,15 @@
|
||||
[PHP]
|
||||
expose_php = Off
|
||||
|
||||
[Pdo_mysql]
|
||||
pdo_mysql.cache_size = 2000
|
||||
|
||||
[MySQLi]
|
||||
mysqli.cache_size = 2000
|
||||
memory_limit=512M
|
||||
|
||||
apc.enable_cli=1
|
||||
|
||||
opcache.enable=1
|
||||
opcache.interned_strings_buffer=8
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.validate_timestamps=on
|
||||
opcache.memory_consumption=128
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
|
||||
Reference in New Issue
Block a user