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[]>();
Copyright © 2021 Jogjafile Inc.