-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collect number of process FDs and /proc/self/limits (#90)
* Collect /proc/self/limits on Linux * Keep config but commented out * WIP: Use nix=0.26 to make mach build happy * Fix build * Fixup deny * Bump stream count --------- Co-authored-by: Alexandre Lissy <lissyx@lissyx.dyndns.org> Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
- Loading branch information
1 parent
9b32db7
commit 349a65d
Showing
4 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# If you have a global config to use LLD on your machine, you might need to enable | ||
# this config to produce binaries that pass tests | ||
# [target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'] | ||
# rustflags = [ | ||
# "-C", | ||
# "link-arg=-fuse-ld=lld", | ||
# # LLD by default uses xxhash for build ids now, which breaks tests that assume | ||
# # GUIDS or longer | ||
# "-C", | ||
# "link-arg=-Wl,--build-id=sha1", | ||
# ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters