public int MemoryCost { get; set; }Public Property MemoryCost As Integer
Get
Setfunction get_MemoryCost();
function set_MemoryCost(value);This translates into a target count of memory blocks to use for hashing. A memory block is 1024 bytes so the default 65536 is for a 64MB hash.
If this value is less than 2*SyncPointCount*Lanes, than 2*SyncPointCount*Lanes will be used.
If this value is not a multiple of SyncPointCount*Lanes, then it is rounded down to a multiple of SyncPointCount*Lanes.