diff --git a/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml index 2f04bf2e..a21ad0d1 100644 --- a/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml @@ -1,12 +1,14 @@ doctrine: dbal: url: '%env(resolve:DATABASE_URL)%' - profiling_collect_backtrace: '%kernel.debug%' # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file) #server_version: '5.7' + # backtrace queries in profiler (significantly increases memory usage per request) + #profiling_collect_backtrace: '%kernel.debug%' + # only needed for MySQL charset: utf8mb4 default_table_options: