Skip to content

Commit

Permalink
Update install.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tawmaz authored Mar 11, 2022
1 parent 9504eb9 commit 3e2345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/en/users/modules/node/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Download and copy the checkpoints file from the releases to the `.pocketcoin/che
$ mkdir ~/.pocketcoin
$ mkdir ~/.pocketcoin/checkpoints
$ cd ~/.pocketcoin/checkpoints
$ wget https://github.com/pocketnetteam/pocketnet.core/releases/latest/download/main.sqlite3
$ wget https://github.com/pocketnetteam/pocketnet.core/releases/latest/download/main.sqlite3 --no-check-certificate
$ cd ~

On Ubuntu and many Linux distributions it will be necessary to set the open files limit to 10000 in order to prevent errors. Run "ulimit -n" to view the current open file limit. Run below command to set ulimit to 10000 open files:
Expand Down

0 comments on commit 3e2345b

Please sign in to comment.