Sebastián Blázquez

Results 9 comments of Sebastián Blázquez

Hi @NoNameProvided @attilaorosz, would you mind having a look at the pr? Thanks!

Hi, First of all, thank you for this plugin, it's really great! I've encountered a similar problem, I wanted to generate different pages (translations) from the same file but although...

Hi @PiotrSikora, is there something I can do to help you with this changes?

I debugged the issue and this is what I found: - Fluentbit receives chunks and assigns each arriving chunk a task, until the [2048 task map](https://github.com/fluent/fluent-bit/blob/master/include/fluent-bit/flb_config.h#L287) is filled. - After...

> What do you think was the original rationale behind Fluentbit's design to not remove chunks from memory while using file system storage, opting instead to keep them in the...

> Our initial tests using pull request #8601 is resolving the issues we have observed in #8503. More tests and corner cases need to be executed. Do notice a drop...

@sirwio I added an additional check in the pr. So far, from my tests it's working as expected and I don't see the cpu downgrade

Hi @Flarna @vmarchaud sorry to bother you, could you reproduce the issue?