Displaying 3 results from an estimated 3 matches for "memory_profiler".
2017 Mar 30
4
possible memory leak in ldb module while dbcheck on RODC
An embedded and charset-unspecified text was scrubbed...
Name: memory_profiler.txt
URL: <http://lists.samba.org/pipermail/samba/attachments/20170330/f5d10ac9/memory_profiler.txt>
2017 Mar 31
2
possible memory leak in ldb module while dbcheck on RODC
...s-ncs --fix", this running process
> > starts with ~300MB and use at the end about 1,6GB of memory on test
> > domain with 15000 users and 15000 groups(ntds.dit is only ~150MB). I
> > tried to find out why it is increasing continuously.
> >
> >
> > 1) I used memory_profiler and modified dbchecker.py:
> >
> > root at buildhost samba # git diff dbchecker.py diff --git a/dbchecker.py
> > b/dbchecker.py index 032c0e7..6fe0d4d 100644
> > --- a/dbchecker.py
> > +++ b/dbchecker.py
> > @@ -17,6 +17,7 @@
> > # along with this program....
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...ot;samba-tool dbcheck --cross-ncs --fix", this running process
> starts with ~300MB and use at the end about 1,6GB of memory on test domain
> with 15000 users and 15000 groups(ntds.dit is only ~150MB). I tried to
> find out why it is increasing continuously.
>
>
> 1) I used memory_profiler and modified dbchecker.py:
>
> root at buildhost samba # git diff dbchecker.py
> diff --git a/dbchecker.py b/dbchecker.py
> index 032c0e7..6fe0d4d 100644
> --- a/dbchecker.py
> +++ b/dbchecker.py
> @@ -17,6 +17,7 @@
> # along with this program. If not, see <http://www.g...