When I initialize a collection of byte array it resulted in a high memory consumption of 12gb memory.
BlockingCollection<byte[]>[] bc = new BlockingCollection<byte[]>();
When I initialize a collection of byte array it resulted in a high memory consumption of 12gb memory.
BlockingCollection<byte[]>[] bc = new BlockingCollection<byte[]>();