Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 869 for Berner (0.04 sec)

  1. docs/de/docs/deployment/server-workers.md

    [19515] [INFO] Booting worker with pid: 19515
    [19511] [INFO] Started server process [19511]
    [19511] [INFO] Waiting for application startup.
    [19511] [INFO] Application startup complete.
    [19513] [INFO] Started server process [19513]
    [19513] [INFO] Waiting for application startup.
    [19513] [INFO] Application startup complete.
    [19514] [INFO] Started server process [19514]
    [19514] [INFO] Waiting for application startup.
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-08-06 04:48
    - 10.1K bytes
    - Viewed (0)
  2. cmd/server-main.go

    		_ = setMaxResources(globalServerCtxt)
    	})
    
    	// Verify kernel release and version.
    	if oldLinux() {
    		warnings = append(warnings, color.YellowBold("Detected Linux kernel version older than 4.0 release, there are some known potential performance problems with this kernel version. MinIO recommends a minimum of 4.x linux kernel version for best performance"))
    	}
    
    	maxProcs := runtime.GOMAXPROCS(0)
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-21 16:23
    - 35.9K bytes
    - Viewed (4)
  3. cni/pkg/nodeagent/server.go

    		return nil, fmt.Errorf("error starting cni server: %w", err)
    	}
    	s.cniServerStopFunc = cniServer.Stop
    
    	return s, nil
    }
    
    func (s *Server) Ready() {
    	s.isReady.Store(true)
    }
    
    func (s *Server) NotReady() {
    	s.isReady.Store(false)
    }
    
    func (s *Server) Start() {
    	log.Info("CNI ambient server starting")
    	s.kubeClient.RunAndWait(s.ctx.Done())
    	log.Info("CNI ambient server kubeclient started")
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-05-06 05:38
    - 4.4K bytes
    - Viewed (0)
  4. docs/zh/docs/deployment/server-workers.md

       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Server started at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000</u></font>
       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Documentation at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000/docs</u></font>
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-03-31 08:13
    - 8K bytes
    - Viewed (0)
  5. cmd/server-rlimit.go

    import (
    	"runtime"
    	"runtime/debug"
    
    	"github.com/dustin/go-humanize"
    	"github.com/minio/madmin-go/v3/kernel"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/pkg/v3/sys"
    )
    
    func oldLinux() bool {
    	currentKernel, err := kernel.CurrentVersion()
    	if err != nil {
    		// Could not probe the kernel version
    		return false
    	}
    
    	if currentKernel == 0 {
    		// We could not get any valid value return false
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-07-02 15:09
    - 2.8K bytes
    - Viewed (0)
  6. cmd/ftp-server.go

    	}
    
    	name := "MinIO FTP Server"
    	if tls {
    		name = "MinIO FTP(Secure) Server"
    	}
    
    	ftpServer, err := ftp.NewServer(&ftp.Options{
    		Name:           name,
    		WelcomeMessage: fmt.Sprintf("Welcome to '%s' FTP Server Version='%s' License='%s'", MinioStoreName, MinioLicense, Version),
    		Driver:         NewFTPDriver(),
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-05-09 20:10
    - 5.3K bytes
    - Viewed (0)
  7. internal/config/server.go

    	} `yaml:"sftp"`
    }
    
    // ServerConfigVersion struct is used to extract the version
    type ServerConfigVersion struct {
    	Version string `yaml:"version"`
    }
    
    // ServerConfigCommon struct for server config common options
    type ServerConfigCommon struct {
    	RootUser    string `yaml:"rootUser"`
    	RootPwd     string `yaml:"rootPassword"`
    	Addr        string `yaml:"address"`
    	ConsoleAddr string `yaml:"console-address"`
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-05-03 15:54
    - 1.9K bytes
    - Viewed (0)
  8. docs/pt/docs/deployment/server-workers.md

       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Server started at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000</u></font>
       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Documentation at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000/docs</u></font>
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-01-09 20:41
    - 8.5K bytes
    - Viewed (0)
  9. cmd/sftp-server.go

    		var remoteIP string
    
    		if host, _, err := net.SplitHostPort(sconn.RemoteAddr().String()); err == nil {
    			remoteIP = host
    		}
    		server := sftp.NewRequestServer(channel, NewSFTPDriver(sconn.Permissions, remoteIP), sftp.WithRSAllocator())
    		defer server.Close()
    		server.Serve()
    	}
    
    	sftpServer, err := xsftp.NewServer(&xsftp.Options{
    		PublicIP: publicIP,
    		Port:     port,
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-02-27 18:43
    - 16.5K bytes
    - Viewed (0)
  10. docs/en/docs/deployment/server-workers.md

       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Server started at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000</u></font>
       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Documentation at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000/docs</u></font>
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-01-03 16:26
    - 8.1K bytes
    - Viewed (0)
Back to top