You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Fix : Forgot issue reference link in faq.rst
This commit is contained in:
@@ -1000,7 +1000,7 @@ MariaDB has no support for utf8mb4_0900_ai_ci which is the new default since MyS
|
|||||||
Why is Rspamd giving me an "Illegal instruction" error ?
|
Why is Rspamd giving me an "Illegal instruction" error ?
|
||||||
`````````````````````````````````````````````````````````
|
`````````````````````````````````````````````````````````
|
||||||
|
|
||||||
On Linux amd64 (x84_64), if the antispam container is crashing and gives you an `Illegal instruction` error, you may have a CPU that lacks support of the ``SSE4.2`` instruction set.
|
On Linux amd64 (x84_64), if the antispam container is crashing and gives you an ``Illegal instruction`` error, you may have a CPU that lacks support of the ``SSE4.2`` instruction set.
|
||||||
The more modern and FOSS ``vectorscan`` library used by rspamd superseeded the now closed source Intel ``hyperscan`` library in Alpine Linux, and since August 2024 it requires the ``SSE4.2`` instruction set to work properly.
|
The more modern and FOSS ``vectorscan`` library used by rspamd superseeded the now closed source Intel ``hyperscan`` library in Alpine Linux, and since August 2024 it requires the ``SSE4.2`` instruction set to work properly.
|
||||||
|
|
||||||
Pre-2013 Intel Atom CPUs (Like N2800 or D425), Intel pre-Nehalem architectures and AMD pre-Bulldozer architectures does not support ``SSE4.2``.
|
Pre-2013 Intel Atom CPUs (Like N2800 or D425), Intel pre-Nehalem architectures and AMD pre-Bulldozer architectures does not support ``SSE4.2``.
|
||||||
@@ -1009,3 +1009,5 @@ A workaround to this issue is to use a x86_32 (or i686) version of rspamd, becau
|
|||||||
Note that this may stop working in the future, as 32-bit software support is being progressively dropped.
|
Note that this may stop working in the future, as 32-bit software support is being progressively dropped.
|
||||||
|
|
||||||
*Issue reference:* `3713`_.
|
*Issue reference:* `3713`_.
|
||||||
|
|
||||||
|
.. _`3713`: https://github.com/Mailu/Mailu/issues/3713
|
||||||
|
Reference in New Issue
Block a user