Tristan Maindron
Tristan Maindron
Hello! It's a bug, this is replaced in the `.phar` that are published, never thought this would appears broken when installing using composer. I'm not sure how to fix that...
Hello, thank you for your kind words! Sadly we don't have this feature right now. This would be a nice addition.
Hello ! I encoutered this issue too. When modifying and sending a pdf every 2 seconds it can reach 1gb resident memory in 7 minutes. This code is enough for...
If that can help you, I ran valgrind against this script : ```javascript const hummus = require('hummus'); pdfWriter = hummus.createWriterToModify('test.pdf'); for (let i = 0; i < 30; i++) {...
Thank you for the update ! It reduced the leak by approximatively 50%. I'm also trying some changes on my side to see if I can find something. There seems...
I found the source of the leak and opened a PR on your library : https://github.com/galkahana/PDF-Writer/pull/140
With this fix, the server that was filling 1GB of memory in 7 minutes has now been stable at 100MB for 45 minutes under the same conditions.
I saw your commit and I'm waiting for it to land on npm :smile: Thank you for taking time for this !
I'm encountering this issue as well. `TimestepMode::Variable` doesn't help.
I've the same issue when upgrading from `0.12.0` to `0.12.1`. Looks like a system ordering issue because it works intermittently with some runs and not others. Here are two `cargo...