You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently looks like you can only define single allowed subnet in SUBNET_FILTER, such as SUBNET_FILTER=spark.
Trying to do SUBNET_FILTER=spark,arweave causes the node to run no subnets (tried with --experimental flag, where while omitting the SUBNET_FILTER the node runs all currently available subnets - three at the moment).
The reason to run node in this configuration might for example be RAM constraints, where you would be able to run two subnets, but running three would cause an OOM condition.
Would it be possible to modify the code so it would parse for example comma separated SUBNET_FILTER, to allow users to define which specific subnets to run?
Thank you.
The text was updated successfully, but these errors were encountered:
It currently looks like you can only define single allowed subnet in SUBNET_FILTER, such as SUBNET_FILTER=spark.
Trying to do SUBNET_FILTER=spark,arweave causes the node to run no subnets (tried with --experimental flag, where while omitting the SUBNET_FILTER the node runs all currently available subnets - three at the moment).
The reason to run node in this configuration might for example be RAM constraints, where you would be able to run two subnets, but running three would cause an OOM condition.
Would it be possible to modify the code so it would parse for example comma separated SUBNET_FILTER, to allow users to define which specific subnets to run?
Thank you.
The text was updated successfully, but these errors were encountered: