From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id DAE8A911FD for ; Mon, 26 Sep 2022 12:06:29 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BB7E929F7 for ; Mon, 26 Sep 2022 12:06:29 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 26 Sep 2022 12:06:28 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id A86BC424B6 for ; Mon, 26 Sep 2022 11:57:59 +0200 (CEST) Message-ID: <45beb8b6-504b-dde1-6aea-4ddcf08230f1@proxmox.com> Date: Mon, 26 Sep 2022 11:57:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:106.0) Gecko/20100101 Thunderbird/106.0 To: pve-user@lists.proxmox.com References: Content-Language: en-US From: Dominik Csapak In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 1.954 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -3.766 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record X-Mailman-Approved-At: Tue, 27 Sep 2022 10:19:47 +0200 Subject: Re: [PVE-User] my doubt is that how will the GPU sharing works with virtual instances X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2022 10:06:29 -0000 On 9/26/22 07:19, Joseph John wrote: > Dear All, > Good morning Hi, > We are planning to get the subscription for the PROXMOX. > I have one doubt, how is the ProxMOX share the GPU capacity amount the > instances > If I have powerful 24 GB GPU cards on the server, and can I create 6 > instances with 4 GB GPU options There are multiple ways to do that either when the hardware has support for that * with SR-IOV+"classic" PCI passthrough https://pve.proxmox.com/wiki/MxGPU_with_AMD_S7150_under_Proxmox_VE_5.x * with vGPU passthrough https://pve.proxmox.com/wiki/NVIDIA_vGPU_on_Proxmox_VE_7.x you could also try with VirGl GPU, but this is more experimental and you don't have gpu features such as vulkan/directx/cuda (only opengl for now) hope this helps with kind regards Dominik