MySQL Forums
Forum List  »  NDB clusters

Re: ndbmtd unexpected high memory usage
Posted by: Jonathan Lowsley
Date: May 11, 2015 05:46PM

I am using pmap to try to understand how the threads are consuming memory. I decreased transaction coordinator thread from 2 to 1 and see one of the allocations in pmap drop from 15961944 KB to 6999492 KB

these are from `pmap -x 5597|sort -nk2 `

tc={count=2,cpuset=6,7,14,15}

00007f674802f000 130884 130884 130884 rw--- [ anon ]
00007f667001a000 1376152 1376152 1376152 rw--- [ anon ]
00007f656c032000 3931960 3931960 3931960 rw--- [ anon ]
00007f6776a97000 13784484 13782412 13782412 rw--- [ anon ]
00007f6191c2a000 15961944 15961924 15961924 rw--- [ anon ]

tc={count=1,cpuset=6,7,14,15}

00007f9b0c037000 130852 130852 130852 rw--- [ anon ]
00007f9a38014000 1310640 1310640 1310640 rw--- [ anon ]
00007f993400d000 3932108 3932104 3932104 rw--- [ anon ]
00007f977cc8f000 6999492 6999476 6999476 rw--- [ anon ]
00007f9b3802b000 13762388 13762112 13762112 rw--- [ anon ]

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ndbmtd unexpected high memory usage
1318
May 11, 2015 05:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.