1 core cpu + 2gb ram + 8 nvidia p1000 is it work? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: 1 core cpu + 2gb ram + 8 nvidia p1000 is it work? (/thread-10693.html) |
1 core cpu + 2gb ram + 8 nvidia p1000 is it work? - lidar - 03-30-2022 should I add more cpu core and ram? RE: 1 core cpu + 2gb ram + 8 nvidia p1000 is it work? - mostwanted002 - 03-30-2022 (03-30-2022, 03:33 PM)lidar Wrote: should I add more cpu core and ram? 1. For recommended performance configuration, the total number of threads by CPU should be n+2, where n is the number of GPU. In your case, it is n=8. Hence you need a processor that can provide 10 or more threads. 2. Total RAM should be greater than or equal to twice VRAM. (RAM >= 2xVRAM). In your case, 1 nVidia P1000 has 4GB of VRAM. You want to use 8 of them, hence total VRAM = 32 GB (8x4GB). You need at least 64GB (2x 32GB) of system memory to utilize all GPUs. RE: 1 core cpu + 2gb ram + 8 nvidia p1000 is it work? - lidar - 04-01-2022 (03-30-2022, 04:35 PM)mostwanted002 Wrote:(03-30-2022, 03:33 PM)lidar Wrote: should I add more cpu core and ram? thank you! |