mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T2678: Fixing massive memory usage with ssh and large number of routes
This commit is contained in:
parent
b10bcb499f
commit
2e4f60d495
21
data/live-build-config/includes.chroot/etc/nsswitch.conf
Normal file
21
data/live-build-config/includes.chroot/etc/nsswitch.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# /etc/nsswitch.conf
|
||||||
|
#
|
||||||
|
# Example configuration of GNU Name Service Switch functionality.
|
||||||
|
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
||||||
|
# `info libc "Name Service Switch"' for information about this file.
|
||||||
|
|
||||||
|
passwd: files
|
||||||
|
group: files
|
||||||
|
shadow: files
|
||||||
|
gshadow: files
|
||||||
|
|
||||||
|
# Per T2678, commenting out myhostname
|
||||||
|
hosts: files dns #myhostname
|
||||||
|
networks: files
|
||||||
|
|
||||||
|
protocols: db files
|
||||||
|
services: db files
|
||||||
|
ethers: db files
|
||||||
|
rpc: db files
|
||||||
|
|
||||||
|
netgroup: nis
|
||||||
Loading…
x
Reference in New Issue
Block a user