Skip to content

Commit 7ec8520

Browse files
author
Iaroslav Bratsilo
committed
BAP-14634: Consumers fails because of memory shortage during big importing csv file
- applied buffer to monolog handlers to avoid memory leak
1 parent 96a97fa commit 7ec8520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/config/config_prod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ monolog:
2626
type: fingers_crossed
2727
action_level: critical
2828
handler: deduplicated
29+
buffer_size: 1000
2930
deduplicated:
3031
type: deduplication
3132
handler: swift
33+
buffer_size: 1000
3234
swift:
3335
type: swift_mailer
3436
email_prototype:

0 commit comments

Comments
 (0)