Closed
Description
Description
When using store_in_database, with default database_level: debug, memory issues may occurred when using huge process tasks (such as processing 10k lines csv for example)
Add information about it on documentation :
- change configuration to doctrine: dbal: profiling_collect_backtrace: false
- use --no-debug flag for cleverage:process:execute
Requirements
- Documentation updates
- Reference
- Changelog
- Unit tests