We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5489da1 commit 487ad34Copy full SHA for 487ad34
.github/workflows/test.yml
@@ -43,11 +43,6 @@ jobs:
43
44
- name: Start Solana Test Validator
45
run: |
46
- # Increase resource limits BEFORE starting the validator
47
- sudo prlimit --pid $$ --nofile=1048576:1048576
48
- sudo sysctl fs.inotify.max_user_instances=1280
49
- sudo sysctl fs.inotify.max_user_watches=655360
50
-
51
solana-test-validator \
52
--ledger ./my-ledger-1 \
53
--reset \
@@ -69,6 +64,10 @@ jobs:
69
64
70
65
- name: Start MagicBlock Ephemeral Validator
71
66
67
+ sudo prlimit --pid $$ --nofile=1048576:1048576
68
+ sudo sysctl fs.inotify.max_user_instances=1280
+ sudo sysctl fs.inotify.max_user_watches=655360
+
72
RUST_LOG=info ephemeral-validator \
73
--accounts-lifecycle ephemeral \
74
--remote-cluster development \
0 commit comments