<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with mac]]></title><description><![CDATA[A list of topics that have been tagged with mac]]></description><link>https://fusionauth.io/community/forum/tags/mac</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 15:50:44 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/mac.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Failure when starting FusionAuth in Docker on Mac M4]]></title><description><![CDATA[<p dir="auto">This is due to a <a href="https://bugs.openjdk.org/browse/JDK-8345296" rel="nofollow ugc">bug in the openjdk java library</a> that the docker image uses. You can learn more about the bug here and track our fix (which looks like upgrading the java image our docker file users) <a href="https://github.com/FusionAuth/fusionauth-issues/issues/2973" rel="nofollow ugc">by following this bug</a>.</p>
<p dir="auto">Until then, the workaround is to pass this java argument at start time:</p>
-XX:UseSVE=0

<p dir="auto">This argument disables the use of the <a href="https://developer.arm.com/documentation/102476/0100/Introducing-SVE" rel="nofollow ugc">SVE extension</a>, which is provides "better data parallelism for HPC and ML".</p>
<p dir="auto">You can do that with the FUSIONAUTH_APP_ADDITIONAL_JAVA_ARGS environment variable in your Dockerfile. Here's an example:</p>
  fusionauth:
    # ...
    environment:
      # ...
      FUSIONAUTH_APP_ADDITIONAL_JAVA_ARGS: -XX:UseSVE=0

]]></description><link>https://fusionauth.io/community/forum/topic/2853/failure-when-starting-fusionauth-in-docker-on-mac-m4</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/2853/failure-when-starting-fusionauth-in-docker-on-mac-m4</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>