-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Using SIMD in a Fluent Bit Container #10215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It doesn't appear to actually be enabled in the container definition, FLB_SIMD needs to be turned on as it is disabled by default. |
@patrick-stephens Is there any plan to enable this by default in future container releases? |
It "just" needs enabling via a PR I think but will defer to @leonardo-albertovich or @edsiper if there is anything else required |
Got it!. |
Or send a PR to test it? |
Sure, I will try it. |
According to the documentation, SIMD is supposed to be enabled by default in Fluent Bit container images. This commit updates the Dockerfile to reflect that, enabling SIMD by default.
According to the documentation, SIMD is supposed to be enabled by default in Fluent Bit container images. This commit updates the Dockerfile to reflect that, enabling SIMD by default. Signed-off-by: jinyong.choi <inimax801@gmail.com>
According to the documentation, SIMD is supposed to be enabled by default in Fluent Bit container images. This commit updates the Dockerfile to reflect that, enabling SIMD by default. Signed-off-by: jinyong.choi <inimax801@gmail.com>
I think it makes sense to wait until this ticket (#10178) is completed before proceeding. |
Hello,
According to the documentation below, SIMD is supposed to be enabled by default in the container.
However, in my testing, it appears that SIMD is not actually enabled.
I'm curious to know under what conditions SIMD gets enabled in a container environment.
Below are the results from testing with a Docker container image.
Thanks!
The text was updated successfully, but these errors were encountered: