Does a thread of a BufferedWriter causes memory leak?
For example, every time you execute a method, it creates a new BufferedWriter and it starts a new thread every time.
What I'm ecountering is, after this method 10 times, in the application's Memory (Private Working Set) in windows task manager>processes is bursts from approx. 38,000 K ~ 45,000 K
For example, every time you execute a method, it creates a new BufferedWriter and it starts a new thread every time.
What I'm ecountering is, after this method 10 times, in the application's Memory (Private Working Set) in windows task manager>processes is bursts from approx. 38,000 K ~ 45,000 K