We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2
Currently, we have a hardcoded limit of two sampling ports per partition. In the best case this would be no explicit limit, but just how much RAM is available to the partition (which in term should be limited by the hypervisor). https://github.com/DLR-FT/a653rs-linux/blob/53bb05ef845df0f8cbb5611929000ecabbc2ff7a/partition/src/lib.rs#L67C79-L67C79
The text was updated successfully, but these errors were encountered:
2642301
sevenautumns
No branches or pull requests
Currently, we have a hardcoded limit of two sampling ports per partition. In the best case this would be no explicit limit, but just how much RAM is available to the partition (which in term should be limited by the hypervisor).
https://github.com/DLR-FT/a653rs-linux/blob/53bb05ef845df0f8cbb5611929000ecabbc2ff7a/partition/src/lib.rs#L67C79-L67C79
The text was updated successfully, but these errors were encountered: