Search results

  1. H

    Is there an efficient way to move data inside RAM to another RAM location in C++ or C#?

    I'm going to move about 1 to 3GB of data in RAM to another location in RAM. (Repeat several times) When I Used Buffer.MemoryCopy function in the Parallel.For loop, the CPU Load was too high, and it took a long time I'm already using 8-90% of the CPU Load because I'm performing other...
  2. H

    How to Increase None-Paged-Pool limit ??

    Referring to the post on the link below, the size of NonePagedPool cannot exceed 128GB no matter how many RAMs are added to 1TB or more. Pushing the Limits of Windows: Paged and Nonpaged Pool I am currently developing a program using a technology called RDMA, and in order to register memory in...
  3. H

    RDMA RegisterMemory Problem

    HI, I am an engineer working on the RDMA IWARP protocol. I use chelsio t6225-cr NIC Adapter and connect 2 pc back to back. Development environment is Window10, and i use NDSPI( NDSPI Interfaces (Windows) ). i want to register 1TB Memory to my adapter by using INDAdapter::RegisterMemory...
  4. H

    SMB DIRECT Between WIN10 Pro and WIN10 Pro

    Hello, I want to configure SMB Direct using IWARP on my Computer. I use Network Adapter T6225-CR both side, and i can find this Adapter on my device Manager. And Server OS is Window 10 enterprise and Client Window 10 Pro. When i type command Get-AdapterRDMA and Get-SmbClientNetworkInterface...