teleport/assets
Hugo Shaka 0d6adaa50a
Standardize systemd LimitNOFILE (#17893)
Actual LimitNOFILE varies greatly between the systems as it depends on the
systemd version and the go version used to build Teleport. The goal of this
commit is to run Teleport in the same setup, regardless of the distro nor
Teleport version.

New systemd defaults are 1024:524288, and starting with go 1.19, go process can
increase their soft limit up to the hard limmit dynamically. Old systemd
versions don't suppoprt `soft:hard` notation and old go versions don't
automatically increase up to the hard limit. For this reasons, the most
compatible setting is to set softlimit=hardlimit=524288.
2022-10-31 16:56:02 +00:00
..
aws Standardize systemd LimitNOFILE (#17893) 2022-10-31 16:56:02 +00:00
backport Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
img Change the README.md header image temporarily to promote Teleport's user conference (#17016) 2022-10-08 05:08:35 +00:00
loadtest Introduce config v3, add auth_server and proxy_server, remove auth_addresses (#15761) 2022-09-28 15:30:15 +00:00
monitoring Standardize systemd LimitNOFILE (#17893) 2022-10-31 16:56:02 +00:00