Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for CPU (0.15 sec)

  1. docs/zh/docs/deployment/docker.md

    ### 官方 Docker 镜像上的进程数
    
    此镜像上的**进程数**是根据可用的 CPU **核心**自动计算的。
    
    这意味着它将尝试尽可能多地**榨取**CPU 的**性能**。
    
    你还可以使用 **环境变量** 等配置来调整它。
    
    但这也意味着,由于进程数量取决于容器运行的 CPU,因此**消耗的内存量**也将取决于该数量。
    
    因此,如果你的应用程序消耗大量内存(例如机器学习模型),并且你的服务器有很多 CPU 核心**但内存很少**,那么你的容器最终可能会尝试使用比实际情况更多的内存 可用,并且性能会下降很多(甚至崩溃)。 🚨
    
    ### 创建一个`Dockerfile`
    
    以下是如何根据此镜像创建`Dockerfile`:
    
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 31.2K bytes
    - Viewed (0)
  2. docs/ko/docs/deployment/docker.md

    ### 공식 도커 이미지에 있는 프로세스 개수
    
    이 이미지에 있는 **프로세스 개수**는 가용한 CPU **코어들**로 부터 **자동으로 계산**됩니다.
    
    이것이 의미하는 바는 이미지가 CPU로부터 **최대한의 성능**을 **쥐어짜낸다**는 것입니다.
    
    여러분은 이 설정 값을 **환경 변수**나 기타 방법들로 조정할 수 있습니다.
    
    그러나 프로세스의 개수가 컨테이너가 실행되고 있는 CPU에 의존한다는 것은 또한 **소요되는 메모리의 크기** 또한 이에 의존한다는 것을 의미합니다.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 42.6K bytes
    - Viewed (0)
  3. docs/fr/docs/deployment/docker.md

    ```
    
    </div>
    
    Vous disposez maintenant d'un serveur FastAPI optimisé dans un conteneur Docker. Configuré automatiquement pour votre
    serveur actuel (et le nombre de cœurs du CPU).
    
    ## Vérifier
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 7.5K bytes
    - Viewed (0)
  4. docs/de/docs/deployment/docker.md

    Die **Anzahl der Prozesse** auf diesem Image wird **automatisch** anhand der verfügbaren CPU-**Kerne** berechnet.
    
    Das bedeutet, dass versucht wird, so viel **Leistung** wie möglich aus der CPU herauszuquetschen.
    
    Sie können das auch in der Konfiguration anpassen, indem Sie **Umgebungsvariablen**, usw. verwenden.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:19:17 GMT 2024
    - 38.9K bytes
    - Viewed (0)
  5. docs/en/docs/deployment/docker.md

    The **number of processes** on this image is **computed automatically** from the CPU **cores** available.
    
    This means that it will try to **squeeze** as much **performance** from the CPU as possible.
    
    You can also adjust it with the configurations using **environment variables**, etc.
    
    But it also means that as the number of processes depends on the CPU the container is running, the **amount of memory consumed** will also depend on that.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 34K bytes
    - Viewed (0)
  6. docs/pt/docs/deployment/docker.md

    O **número de processos** nesta imagem é **calculado automaticamente** a partir dos **núcleos de CPU** disponíveis.
    
    Isso significa que ele tentará **aproveitar** o máximo de **desempenho** da CPU possível.
    
    Você também pode ajustá-lo com as configurações usando **variáveis de ambiente**, etc.
    
    Mas isso também significa que, como o número de processos depende da CPU do contêiner em execução, a **quantidade de memória consumida** também dependerá disso.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  7. docs/ja/docs/deployment/docker.md

    ### 公式Dockerイメージのプロセス数
    
    このイメージの**プロセス数**は、利用可能なCPU**コア**から**自動的に計算**されます。
    
    つまり、CPUから可能な限り**パフォーマンス**を**引き出そう**とします。
    
    また、**環境変数**などを使った設定で調整することもできます。
    
    しかし、プロセスの数はコンテナが実行しているCPUに依存するため、**消費されるメモリの量**もそれに依存することになります。
    
    そのため、(機械学習モデルなどで)大量のメモリを消費するアプリケーションで、サーバーのCPUコアが多いが**メモリが少ない**場合、コンテナは利用可能なメモリよりも多くのメモリを使おうとすることになります。
    
    その結果、パフォーマンスが大幅に低下する(あるいはクラッシュする)可能性があります。🚨
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 44.3K bytes
    - Viewed (0)
Back to top