Elixir configuration pool_size

Hey I’m not sure If I’m in the right place with my question. But I’m using the true chars version on a true nas scale server of Firezone and I can not get it to deploy. I have a feeling I know what the issue is and was wondering if agree. In the elexir config there is a line:

pool_size: :erlang.system_info(:logical_processors_available) * 2,

What would you say this would resolve to? Does it just depend on the hardware or would this reflect the proper limitations set by the kubernetes cluster?

The Issue is I have an AMD EPYC 7542 32-Core Processor which could mean that pool_size is set to 128, which is too high for the database server. What do you think?