Skip to content

Commit 487ad34

Browse files
committed
same step
1 parent 5489da1 commit 487ad34

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
4444
- name: Start Solana Test Validator
4545
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-
5146
solana-test-validator \
5247
--ledger ./my-ledger-1 \
5348
--reset \
@@ -69,6 +64,10 @@ jobs:
6964
7065
- name: Start MagicBlock Ephemeral Validator
7166
run: |
67+
sudo prlimit --pid $$ --nofile=1048576:1048576
68+
sudo sysctl fs.inotify.max_user_instances=1280
69+
sudo sysctl fs.inotify.max_user_watches=655360
70+
7271
RUST_LOG=info ephemeral-validator \
7372
--accounts-lifecycle ephemeral \
7473
--remote-cluster development \

0 commit comments

Comments
 (0)