Re: memory consumption in deb9 vs deb10.

2022-07-02 Thread Andrey Rahmatullin
On Sat, Jul 02, 2022 at 08:04:15PM +0100, Emyr Williams wrote: > Hi Anu, > > How can we replicate the conditions? Your e-mail isn't clear, what compiler > arguments did you use? And what metrics are you using to measure memory > usage? Please note that debian-mentors is not a good place for such q

Re: memory consumption in deb9 vs deb10.

2022-07-02 Thread Emyr Williams
Hi Anu, How can we replicate the conditions? Your e-mail isn't clear, what compiler arguments did you use? And what metrics are you using to measure memory usage? Kindest regards On 01/07/2022 13:19, Anu Anu wrote:  Hi, In the below c++ program we are trying to divide a bigger memory bloc

memory consumption in deb9 vs deb10.

2022-07-01 Thread Anu Anu
Hi, In the below c++ program we are trying to divide a bigger memory block into smaller subblock by moving pointers by 1 page. While creating subblock we are initializing the variable of a structure which is of 64 bits. We tried to run this code on debian10 and debian9. What we observed is In deb9