Hi, I'm trying to compile a Rust library (to be used from Elixir https://github.com/elixir-explorer/explorer) and I get this error:
I'm trying to compile it on a AMD Rizen 5 3600 with 32gb of RAM on a Jail running 13.1.
I've googled for this issue and only found some references to this error here, but no response.
Code:
11:13:20.530 [warning] The on_load function for module Elixir.Explorer.PolarsBackend.Native returned:
{:error,
{:load_failed,
~c"Failed to load NIF library: '/usr/home/informemedico/explorer/_build/dev/lib/explorer/priv/native/libexplorer.so: No space available for static Thread Local Storage'"}}
I'm trying to compile it on a AMD Rizen 5 3600 with 32gb of RAM on a Jail running 13.1.
I've googled for this issue and only found some references to this error here, but no response.