phat_cow

Members
  • Posts

    120
  • Joined

  • Last visited

Posts posted by phat_cow

  1. I have 3x 1tb SSD drives. Should I do raidz with 3 disks or just mirror and keep 1 as spare? I do plan on storing my vdisks on it as well.

     

    Edit: Forgot to mention that this will be my cache drive.

  2. On 5/27/2023 at 1:11 PM, snolly said:

    So, firmware M3CR046 that solves the issue is not available from Crucial in a direct download. You need to use Windows and Crucial Executive software which is crappy and some people are mentioning that in order to update the firmware this way you need to be able to write to it and actually have something being written to the disk while updating otherwise the process will fail - which is totally ridiculous. So I made a bootable portable Win11 usb stick which took 3 hours to do and the Crucial software does not launch in there (crashes).

     

    I then combed the interwebs and I found a user who contacted Crucial and they gave him the firmware file. Thread here and I also attached the FW on this post. You need to unzip the zip file and use the .bin file in there.

     

    I had a BTRFS cache with 2 affected MX500 drives in there.

     

    1. Stopped the array
    2. Removed one if the MX500.
    3. Started the array and waited for it to rebuild the BTRFS cache.
    4. Now one of the MX500 was listed as unassigned device.
    5. Copied the FW .bin file somewhere in Unraid
    6. run this command 
      hdparm --fwdownload /mnt/user/athens/temp/mx500/1.bin --yes-i-know-what-i-am-doing --please-destroy-my-drive /dev/sdb
    7. where first argument is the path to the .bin file and the second one is the name of the drive I need to update. In this case /dev/sdb
    8. rebooted the server and I checked that the drive has been updated to M3CR046 (click on the drive's name and go to identity tab)
    9. stopped the array and added the updated drive back to the cache.
    10. started the array and wait for the cache rebuilt.
    11. stopped the array removed the other drive and then do steps 3 to 9 for the second drive.

    I hope this helps anyone who faces the same issue. Hopefully I will not face the same problems again.

    M3CR046.zip 1009.68 kB · 23 downloads

     

     

    Hi, I have 2 of the MX500 1TB running firmware M3CR032 and 033. When I tried to update the firmware I get this error: bad/missing sense data

     

    Am I doing something wrong?

  3. Can't figure out why my server keep crashing.

    Specs:

     

    CPU: AMD 3900X

    Motherboard: Gigabyte Aorus X570 Pro Wifi

    RAM: crucial ct16g4wfd8266 * 3 (48GB total ECC RAM)

    GPU: GTX 1030

     

    When the server crashes. I can't get into the WEBUI and display is black but the monitor doesn't say "No signal" so it's getting something.

     

    Attached is my syslog.

    syslog

  4. My Parity and disk 3 won't spin down. If I manually spin it down it will spin right back up after a few seconds. Drives will stay spun down if I disable docker all together. I tried disabling all my docker applications but that doesn't help.

     

    What can cause this?

  5. On 3/27/2022 at 12:44 PM, Teejoo said:

    I made a decision and ordered these:

     

    - Asus PRIME Z590-A

    - Intel Core Intel Core i3 10300 boxed

    - Corsair DDR4 Vengeance LPX 2x8GB 3600

    - 7x WD Red Pro, 16TB (incl 2 parity drives)

    - Samsung 870 Evo 2TB (cache)

    - Corsair RM550x PSU

     

    Looking forward to built it into the Define 7 XL and start to play with unraid!

    Hey I'm interested in a build like yours. How did you power so many drives when the PSU only comes with 6 sata connectors?

  6. Gonna build a new server just for unRaid. Currently gaming off of a VM in unRaid but some games doesn't like VMs. Need to have onboard graphics. I will be running Plex, nextcloud and several docker containers. Would also like to be able to host a couple of game servers like Dayz, minecraft and 7daystodie. Prefer a low powered consumption CPU.

     

    Any suggestions?

  7. On 1/26/2021 at 11:00 AM, bumblebeeman said:

    Hi folks,

    I'm running on Unraid 6.9 RC2. Mainboard is MSI X470 Carbon Gaming with the most recent BIOS(updated today) and a 3070 in 2nd PCIe Slot and a 1050 TI in 3rd (1st isn't working anymore).

     

    Now my Win10 VM is running perfectly after i boot Unraid. When I shutdown the VM and want to reboot the VM I get error 127. I can't even start any other VM that uses that 3070 GPU. I have to reboot Unraid to get it working again. 

     

    Any ideas?

    Stick to bare metal for gaming. Unraid really sucks for gaming.

  8. On 1/12/2021 at 5:06 PM, sprange said:

    I found the same when I used the USBc ports on my 20xx cards on my 3970x (I had usb hubs attached to them).  Wasn't an issue with my 2nd generation threadripper though.  

    Mine 2070 Super doesn't have USB-C port but the controller is present so I to has it through. I think I'm gonna ditch unraid and go back to baremetal and get a synology. 

  9. When i'm gaming my game stutters for 1 second then goes back to normal. Few seconds later it will happen again. It's very consistent

     

    Motherboard: Gigabyte X570 Aorus Pro Wifi

    CPU: AMD Ryzen 3900X

    GPU: Nvidia 2070 Super

     

    Currently pinning core: 6 cores 12 threads, 3-8, 15-20 (HT).

    Is there something I can do to make this better?

    kernel /bzimage
    append initrd=/bzroot isolcpus=1-10,13-22 video=efifb:off
    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='2'>
      <name>Windows 10 - Gaming</name>
      <uuid> </uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>12</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='3'/>
        <vcpupin vcpu='1' cpuset='15'/>
        <vcpupin vcpu='2' cpuset='4'/>
        <vcpupin vcpu='3' cpuset='16'/>
        <vcpupin vcpu='4' cpuset='5'/>
        <vcpupin vcpu='5' cpuset='17'/>
        <vcpupin vcpu='6' cpuset='6'/>
        <vcpupin vcpu='7' cpuset='18'/>
        <vcpupin vcpu='8' cpuset='7'/>
        <vcpupin vcpu='9' cpuset='19'/>
        <vcpupin vcpu='10' cpuset='8'/>
        <vcpupin vcpu='11' cpuset='20'/>
        <emulatorpin cpuset='0,12'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-5.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/e4edb934-87ec-3e84-26e5-44d449a4ddb0_VARS-pure-efi.fd</nvram>
        <smbios mode='host'/>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='1234567890ab'/>
        </hyperv>
        <kvm>
          <hidden state='on'/>
        </kvm>
        <ioapic driver='kvm'/>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='6' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='yes'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/Windows 10 - Gaming/vdisk1.img' index='5'/>
          <backingStore/>
          <target dev='hdc' bus='virtio'/>
          <boot order='1'/>
          <alias name='virtio-disk2'/>
          <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-WDC_WD3003FZEX-00Z4SA0_WD-WCC132352776' index='4'/>
          <backingStore/>
          <target dev='hdd' bus='virtio'/>
          <alias name='virtio-disk3'/>
          <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-CT500MX500SSD1_1752E108D9BD' index='3'/>
          <backingStore/>
          <target dev='hde' bus='scsi'/>
          <alias name='scsi0-0-0-4'/>
          <address type='drive' controller='0' bus='0' target='0' unit='4'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-CT2000MX500SSD1_1920E2045697' index='2'/>
          <backingStore/>
          <target dev='hdf' bus='scsi'/>
          <alias name='scsi0-0-0-5'/>
          <address type='drive' controller='0' bus='0' target='0' unit='5'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/isos/virtio-win-0.1.190-1.iso' index='1'/>
          <backingStore/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <alias name='sata0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <controller type='scsi' index='0' model='virtio-scsi'>
          <alias name='scsi0'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'>
          <alias name='pcie.0'/>
        </controller>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x15'/>
          <alias name='pci.1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <alias name='pci.2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <alias name='pci.3'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0xb'/>
          <alias name='pci.4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0xc'/>
          <alias name='pci.5'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='6' port='0xd'/>
          <alias name='pci.6'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/>
        </controller>
        <controller type='pci' index='7' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='7' port='0xe'/>
          <alias name='pci.7'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/>
        </controller>
        <controller type='pci' index='8' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='8' port='0xf'/>
          <alias name='pci.8'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x7'/>
        </controller>
        <controller type='pci' index='9' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='9' port='0x10'/>
          <alias name='pci.9'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='10' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='10' port='0x11'/>
          <alias name='pci.10'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
        </controller>
        <controller type='pci' index='11' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='11' port='0x12'/>
          <alias name='pci.11'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
        </controller>
        <controller type='pci' index='12' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='12' port='0x13'/>
          <alias name='pci.12'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
        </controller>
        <controller type='pci' index='13' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='13' port='0x14'/>
          <alias name='pci.13'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
        </controller>
        <controller type='pci' index='14' model='pcie-to-pci-bridge'>
          <model name='pcie-pci-bridge'/>
          <alias name='pci.14'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </controller>
        <controller type='pci' index='15' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='15' port='0x8'/>
          <alias name='pci.15'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='nec-xhci' ports='15'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:6d:74:c6'/>
          <source bridge='br0'/>
          <target dev='vnet0'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-2-Windows 10 - Gaming/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='mouse' bus='ps2'>
          <alias name='input0'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input1'/>
        </input>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/domains/msi2070supereditted.rom'/>
          <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0c' slot='0x00' function='0x4'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev2'/>
          <address type='pci' domain='0x0000' bus='0x09' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev3'/>
          <address type='pci' domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x07' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev4'/>
          <address type='pci' domain='0x0000' bus='0x0b' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x07' slot='0x00' function='0x3'/>
          </source>
          <alias name='hostdev5'/>
          <address type='pci' domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0a' slot='0x00' function='0x2'/>
          </source>
          <alias name='hostdev6'/>
          <address type='pci' domain='0x0000' bus='0x0d' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x0a' slot='0x00' function='0x3'/>
          </source>
          <alias name='hostdev7'/>
          <address type='pci' domain='0x0000' bus='0x0f' slot='0x00' function='0x0'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     

    topology.png

  10. On 6/12/2020 at 2:13 PM, agarkauskas said:

    I bought this one to give it a try:

     

    https://www.aliexpress.com/item/32947768312.html

     

    Still waiting for delivery, it is stuck at Brazilian Customs (!!!!!).

    I bought also this expander based on @meep 's idea - thanks bro - that is working fine with my gaming VM: one shitty USB card and a Sound Blaster ZxR:

     

    https://www.aliexpress.com/item/32968079225.html

     

    |           +-0d.1  Intel Corporation Sky Lake-E LM Channel 2
     |           +-0d.2  Intel Corporation Sky Lake-E LMS Channel 2
     |           \-0d.3  Intel Corporation Sky Lake-E LMDP Channel 2
     +-[0000:17]-+-00.0-[18-1b]----00.0-[19-1b]--+-03.0-[1a]----00.0  Creative Labs Sound Core3D [Sound Blaster Recon3D / Z-Series]
     |           |                               \-07.0-[1b]----00.0  VIA Technologies, Inc. VL805 USB 3.0 Host Controller
     |           +-05.0  Intel Corporation Sky Lake-E VT-d
     |           +-05.2  Intel Corporation Sky Lake-E RAS Configuration Registers
     |           +-05.4  Intel Corporation Sky Lake-E IOxAPIC Configuration Registers

     

    <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x1a' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x1b' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
        </hostdev>

    Got this card in today but not installed yet. Does this card require a sata power cable plugged in?

  11.  

    After playing games for a bit. My game will crash resulting in a blue screen. Once VM restarts I check the error log in Event Viewer and found this:

    Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: ModernWarfare.exe (4584) consumed 14206382080 bytes, chrome.exe (3832) consumed 525623296 bytes, and chrome.exe (10676) consumed 394199040 bytes.

     

    What does this mean? 

  12. On 6/12/2020 at 2:13 PM, agarkauskas said:

    I bought this one to give it a try:

     

    https://www.aliexpress.com/item/32947768312.html

     

    Still waiting for delivery, it is stuck at Brazilian Customs (!!!!!).

    I bought also this expander based on @meep 's idea - thanks bro - that is working fine with my gaming VM: one shitty USB card and a Sound Blaster ZxR:

     

    https://www.aliexpress.com/item/32968079225.html

     

    |           +-0d.1  Intel Corporation Sky Lake-E LM Channel 2
     |           +-0d.2  Intel Corporation Sky Lake-E LMS Channel 2
     |           \-0d.3  Intel Corporation Sky Lake-E LMDP Channel 2
     +-[0000:17]-+-00.0-[18-1b]----00.0-[19-1b]--+-03.0-[1a]----00.0  Creative Labs Sound Core3D [Sound Blaster Recon3D / Z-Series]
     |           |                               \-07.0-[1b]----00.0  VIA Technologies, Inc. VL805 USB 3.0 Host Controller
     |           +-05.0  Intel Corporation Sky Lake-E VT-d
     |           +-05.2  Intel Corporation Sky Lake-E RAS Configuration Registers
     |           +-05.4  Intel Corporation Sky Lake-E IOxAPIC Configuration Registers

     

    <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x1a' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x1b' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
        </hostdev>

    Will this card work in a 1x slot?

  13. Programs crashing and found these errors in the Event Viewer. My gave my vdisk 60GB and I still have around 17GB free + 16GB of RAM.

    How is it possible that i'm getting these errors? Should I give my vdisk more space?

     

    Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: HuntGame.exe (17132) consumed 12970504192 bytes, chrome.exe (14476) consumed 624963584 bytes, and MBAMService.exe (4492) consumed 338804736 bytes.

     

    The Windows Error Reporting Service service terminated with the following error: 
    The paging file is too small for this operation to complete.