php.ini 360 B

12345678910111213141516171819
  1. display_errors=Off
  2. display_startup_errors=Off
  3. short_open_tag=Off
  4. session.gc_probability=0
  5. session.gc_divisor=1000
  6. swoole.display_errors=Off
  7. memory_limit=512M
  8. realpath_cache_size=4096K
  9. realpath_cache_ttl=600
  10. opcache.enable_cli=1
  11. opcache.validate_timestamps=0
  12. opcache.memory_consumption=256
  13. opcache.max_accelerated_files=20000
  14. opcache.preload_user=www-data