Re: [Samba] reducing smbd memory footprint

2011-01-10 Thread Matt LaPlante
On Sat, Dec 25, 2010 at 5:49 AM, Andrew Bartlett abart...@samba.org wrote: On Fri, 2010-12-24 at 09:17 -0500, Nico Kadel-Garcia wrote: On Thu, Dec 23, 2010 at 7:00 PM, Matt LaPlante ma...@google.com wrote: I'm currently compiling Samba 3.3.X with the following: CFLAGS = -g -Wall -O2

Re: [Samba] reducing smbd memory footprint

2010-12-25 Thread Andrew Bartlett
On Fri, 2010-12-24 at 09:17 -0500, Nico Kadel-Garcia wrote: On Thu, Dec 23, 2010 at 7:00 PM, Matt LaPlante ma...@google.com wrote: I'm currently compiling Samba 3.3.X with the following: CFLAGS = -g -Wall -O2 ./configure --cache-file=./config.cache \ --with-fhs \

Re: [Samba] reducing smbd memory footprint

2010-12-24 Thread Nico Kadel-Garcia
On Thu, Dec 23, 2010 at 7:00 PM, Matt LaPlante ma...@google.com wrote: I'm currently compiling Samba 3.3.X with the following: CFLAGS = -g -Wall -O2 ./configure --cache-file=./config.cache \                --with-fhs \                --enable-shared \                --prefix=/usr \        

[Samba] reducing smbd memory footprint

2010-12-23 Thread Matt LaPlante
I'm currently compiling Samba 3.3.X with the following: CFLAGS = -g -Wall -O2 ./configure --cache-file=./config.cache \ --with-fhs \ --enable-shared \ --prefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib/samba \