ajoliat23 / blockBook

0 stars 0 forks source link

Anchor Test Command Test-Validator Startup Issue #11

Closed E0MCH1NA closed 1 year ago

E0MCH1NA commented 1 year ago

When trying to run Anchor test command within my project folder I am presented with this issue.

anchor_test

After digging into the logs for this issue I found that the problem is stemming from this command trying to increase the maximum open file descriptor limit from 1024 to 1000000. After researching into this issue I have found that this must be handled in the etc/security/limits.conf file. Although I am having trouble configuring this new limit as the default values are unchangeable.

Might be time to try Dual Booting...

jgurary commented 1 year ago

Almost certainly Windows being weird.