Increase memory consumption on latests versions ? #548
Closed
TheUncharted
started this conversation in
General
Replies: 1 comment
-
|
thanksThanks. I made an issue to investigate this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm runnning v4.4.2 in aws lambda and convert pdf with the cli : it's working smoothly with pdf of 28 pages / 114kb
I wanted to upgrade to the v4.5.1 : I noticed that the cli crashed without changing any my parameters
I raised the memory of the lambda so nearly 10mb , it seems it use all the memory and crash.
Rollbacking solved the issue but I didn't try the previous version between them to spot the version that is responsible of the problem
{ "_comment": "Kreuzberg configuration for Lambda document conversion", "_psm_note": "PSM 3 = Fully automatic page segmentation (default, best for most documents with tables)", "_psm_alternatives": "PSM 6 = Single uniform block (clean docs), PSM 11 = Sparse text (forms/invoices)", "use_cache": false, "enable_quality_processing": true, "force_ocr": true, "ocr": { "backend": "tesseract", "language": "fra", "tesseract_config": { "psm": 3, "use_cache": false, "enable_table_detection": true, "min_confidence": 0.6 } }, "_chunking_note": "Chunking disabled - not needed for document conversion", "chunking": null, "_output_note": "Output as Markdown for best table formatting" }Beta Was this translation helpful? Give feedback.
All reactions