OP 29 June, 2021 - 01:13 AM
Hello,
I'm facing a problem in my own checker
I'm using Multithreading , c# and framework 4.7.2
here's the checker process:
1. set threads number
2. load combolist through a ConcurrentQueue (also tried PooledQueue)
3. load Proxy list
4. start checking process to send and receive from API ( im using leaf.xnet library )
5. print hits and save it
the problem here is memory keeps increasing till 3 gb and the app crashes with OutOfMemoryException, i tried to switch the app from x32 to x64 but the memory jumps to 14 and 15 gb and keeps up
Does anyone had this problem before?
I'm facing a problem in my own checker
I'm using Multithreading , c# and framework 4.7.2
here's the checker process:
1. set threads number
2. load combolist through a ConcurrentQueue (also tried PooledQueue)
3. load Proxy list
4. start checking process to send and receive from API ( im using leaf.xnet library )
5. print hits and save it
the problem here is memory keeps increasing till 3 gb and the app crashes with OutOfMemoryException, i tried to switch the app from x32 to x64 but the memory jumps to 14 and 15 gb and keeps up
Does anyone had this problem before?