Having a huge chunk of memory on initializing an array of blocking collection

59 views Asked by At

When I initialize a collection of byte array it resulted in a high memory consumption of 12gb memory.

BlockingCollection<byte[]>[] bc = new BlockingCollection<byte[]>();
0

There are 0 answers