Re: Compilation continuously increases (non) paged pool memory usage

2015-12-30 Thread Csaba Raduly
On Tue, Dec 29, 2015 at 7:38 PM, xnor wrote: > What is leaking here? > How could I debug better what is leaking here? Have you tried looking at the memory usage of processes in Process Explorer? -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers yo

Re[2]: Compilation continuously increases (non) paged pool memory usage

2015-12-29 Thread xnor
Greetings, xnor! Hey. Usual suspects are BLODA. Most often, antiviruses of questionable origin and mental sanity. Try same tests on a separate system, or in a VM. That's the first thing I've checked. I don't have any anti virus/malware or firewall or similar software installed and I've even

Re: Compilation continuously increases (non) paged pool memory usage

2015-12-29 Thread Andrey Repin
Greetings, xnor! >>What is leaking here? > Here are some hard numbers: > After the system booted up, nonpaged 70 MB, paged WS 208 MB. > One compilation later: nonpaged 157MB, paged WS 289 MB. > Another one later: 249 MB, 342 MB. > At the moment I'm at 550 MB nonpaged, 650 MB paged WS. > The numb

Re: Compilation continuously increases (non) paged pool memory usage

2015-12-29 Thread xnor
What is leaking here? Here are some hard numbers: After the system booted up, nonpaged 70 MB, paged WS 208 MB. One compilation later: nonpaged 157MB, paged WS 289 MB. Another one later: 249 MB, 342 MB. At the moment I'm at 550 MB nonpaged, 650 MB paged WS. The number of system threads and hand

Compilation continuously increases (non) paged pool memory usage

2015-12-28 Thread xnor
Hello, I've noticed on my system (Windows 10, Cygwin64) that a simple ./configure && make of a typical project increases the memory usage, both paged and non-paged pool. After the configure/make is done this memory continues to be used. In task manager memory usage will therefore slowly grow