Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Test ulimit from a script #886

Closed
wants to merge 1 commit into from
Closed

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Aug 7, 2018

No description provided.

@pgarg66 pgarg66 requested a review from mvines August 7, 2018 01:33
@pgarg66 pgarg66 added the work in progress This isn't quite right yet label Aug 7, 2018
@mvines
Copy link
Contributor

mvines commented Aug 7, 2018

I adjusted the ci-large agent config (#570 (comment)):

open files                      (-n) 65536

Let's add something like this to ci/test-large-network.sh:

if [[ $(ulimit -n) -le 65000 ]]; then
  echo 'Error: nofiles too small, run "ulimit -n 65000" to continue'
  exit 1
fi

@pgarg66
Copy link
Contributor Author

pgarg66 commented Aug 7, 2018

Sounds good. I'll push the script change as part of my other patch.
Closing this PR.

@pgarg66 pgarg66 closed this Aug 7, 2018
@pgarg66 pgarg66 deleted the temp-test branch August 7, 2018 17:25
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
* Stable curve math rewritten to 256-bit, reference simulation added with test integration

* Formatting error fixed

* Clippy warnings fixed

* Fixed dependencies to remove crates not supportinf bpf

* Fixed indentations

* Fixed lint errors

* Fixed format warnings

* Fixing clippy lint errors

* U256 math and simulation library refactoring, checked math used everywhere, other small fixes

* Fixed conversion to optional u128
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
work in progress This isn't quite right yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants