Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Ability to define multiple subnets in SUBNET_FILTER #718

Description

@zipiju

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions