Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for raiseFileLimits (0.1 sec)

  1. pilot/cmd/pilot-agent/app/cmd.go

    		}
    	}
    
    	log.Infof("Exclude IPs %v based on %s annotation", excludeAddrs, annotation.SidecarTrafficExcludeInterfaces.Name)
    	return excludeAddrs
    }
    
    func raiseLimits() {
    	limit, err := RaiseFileLimits()
    	if err != nil {
    		log.Warnf("failed setting file limit: %v", err)
    	} else {
    		log.Infof("Set max file descriptors (ulimit -n) to: %d", limit)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top