Displaying 5 results from an estimated 5 matches for "pymalloc".
Did you mean:
p_malloc
2020 Feb 18
6
samba AD DC eats memory
Hello Andrew,
> On Mon, 2020-02-17 at 19:11 +0300, Alex via samba wrote:
>> I'm running Samba AD DC in a VM under Proxmox. And it's eaten all RAM (1.8GB) within 3
>> days of running:
> Exactly which version is this?
Sorry, forgot to mention it. Samba version is 4.11.6. Some more info (if needed):
[root at vm-dc3 ~]# wbinfo -u | wc -l
62
[root at vm-dc3 ~]# wbinfo -g |
2020 Feb 25
0
samba AD DC eats memory
...d" for each of them.
>
> sorted by rss: https://paste.ee/p/Rjsgw
>
> pool-usage for the PID 1520 returns the same "no replies"
>
> Let me know if you need anything else.
It looks to me that the worst of the issue in the KDC.
You could run Samba under valgrind:
PYMALLOC=malloc valgrind --trace-children=yes bin/samba -i
You could also try giving that pool-usage longer to run with the --
timeout option to smbcontrol, as the default timeout is 10 seconds.
smbcontrol --timeout 60 ...
Andrew Bartlett
--
Andrew Bartlett
https://samba.org/~abartlet/
Authentication D...
2020 Feb 26
0
samba AD DC eats memory
...e/p/Rjsgw
> > >
> > > pool-usage for the PID 1520 returns the same "no replies"
> > >
> > > Let me know if you need anything else.
> > It looks to me that the worst of the issue in the KDC.
> > You could run Samba under valgrind:
> > PYMALLOC=malloc valgrind --trace-children=yes bin/samba -i
> > You could also try giving that pool-usage longer to run with the --
> > timeout option to smbcontrol, as the default timeout is 10 seconds.
> > smbcontrol --timeout 60 ...
>
>
--
Andrew Bartlett
https://samba.org/~abar...
2020 Feb 26
2
samba AD DC eats memory
...pool-usage for the PID 1520 returns the same "no replies"
> > > >
> > > > Let me know if you need anything else.
> > >
> > > It looks to me that the worst of the issue in the KDC.
> > > You could run Samba under valgrind:
> > > PYMALLOC=malloc valgrind --trace-children=yes bin/samba -i
> > > You could also try giving that pool-usage longer to run with the
> > > --
> > > timeout option to smbcontrol, as the default timeout is 10
> > > seconds.
> > > smbcontrol --timeout 60 ...
> >...
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman
installation ? I found:
http://blogs.sun.com/sanjeevb/date/200506
It gives an error:
god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312
dtrace: failed to compile script ./memleak.d: line 3: probe description
pid10312:libc.so.1:malloc:entry does not match any probes
I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc
Are