Mel Flynn wrote:
On Tuesday 01 September 2009 23:19:23 Michael David Crawford wrote:
Per olof Ljungmark wrote:
Well, my problem is that if I add up all I *can* see in top or ps it
never gets near the by now 3G plus memory shown as "Active". Maybe one
gig is accounted for,
I'm not that familiar
On Tuesday 01 September 2009 23:19:23 Michael David Crawford wrote:
> Per olof Ljungmark wrote:
> > Well, my problem is that if I add up all I *can* see in top or ps it
> > never gets near the by now 3G plus memory shown as "Active". Maybe one
> > gig is accounted for,
>
> I'm not that familiar wit
In response to Per olof Ljungmark :
> Bill Moran wrote:
> > In response to Per olof Ljungmark :
> >
> >> Dan Nelson wrote:
> >>> In the last episode (Sep 01), Bill Moran said:
> In response to Per olof Ljungmark :
> > What is a good way to find out how memory is used? Have a 6.4 box wher
Bill Moran wrote:
In response to Per olof Ljungmark :
Dan Nelson wrote:
In the last episode (Sep 01), Bill Moran said:
In response to Per olof Ljungmark :
What is a good way to find out how memory is used? Have a 6.4 box where
memory is used by something but I fail to see what is using it -
In response to Per olof Ljungmark :
> Dan Nelson wrote:
> > In the last episode (Sep 01), Bill Moran said:
> >> In response to Per olof Ljungmark :
> >>> What is a good way to find out how memory is used? Have a 6.4 box where
> >>> memory is used by something but I fail to see what is using it - t
In the last episode (Sep 02), Per olof Ljungmark said:
> Dan Nelson wrote:
> > In the last episode (Sep 01), Bill Moran said:
> >> In response to Per olof Ljungmark :
> >>> What is a good way to find out how memory is used? Have a 6.4 box
> >>> where memory is used by something but I fail to see wh
Dan Nelson wrote:
In the last episode (Sep 01), Bill Moran said:
In response to Per olof Ljungmark :
What is a good way to find out how memory is used? Have a 6.4 box where
memory is used by something but I fail to see what is using it - tried
different switches to ps(1), tried the stat tools b
Dan Nelson wrote:
In the last episode (Sep 01), Bill Moran said:
In response to Per olof Ljungmark :
What is a good way to find out how memory is used? Have a 6.4 box where
memory is used by something but I fail to see what is using it - tried
different switches to ps(1), tried the stat tools b
Per olof Ljungmark wrote:
Well, my problem is that if I add up all I *can* see in top or ps it
never gets near the by now 3G plus memory shown as "Active". Maybe one
gig is accounted for,
I'm not that familiar with FreeBSD yet, but the kernel uses memory which
might not be charged against any
Bill Moran wrote:
In response to Per olof Ljungmark :
What is a good way to find out how memory is used? Have a 6.4 box where
memory is used by something but I fail to see what is using it - tried
different switches to ps(1), tried the stat tools but a big chunk of
memory does not show at all.
In the last episode (Sep 01), Bill Moran said:
> In response to Per olof Ljungmark :
> > What is a good way to find out how memory is used? Have a 6.4 box where
> > memory is used by something but I fail to see what is using it - tried
> > different switches to ps(1), tried the stat tools but a big
In response to Per olof Ljungmark :
>
> What is a good way to find out how memory is used? Have a 6.4 box where
> memory is used by something but I fail to see what is using it - tried
> different switches to ps(1), tried the stat tools but a big chunk of
> memory does not show at all.
>
> A p
Grant Peel skrev:
Hi all,
Does anyone have scripts they may be willing to share the parses any FreeBSD
utility (top, w, etc) suitable for using the output to use mrtg to show memory
and disk usage?
-Grant
___
freebsd-questions@freebsd.org mailing
Le Fri, 2 Jan 2009 10:47:32 -0500,
"Grant Peel" a écrit :
> Hi all,
>
> Does anyone have scripts they may be willing to share the parses any
> FreeBSD utility (top, w, etc) suitable for using the output to use
> mrtg to show memory and disk usage?
Mrtg needs a script that returns four lines :
-
Grant Peel wrote:
Does anyone have scripts they may be willing to share the parses any
FreeBSD utility (top, w, etc) suitable for using the output to use
mrtg to show memory and disk usage?
net-mgmt/net-snmpd ? Or even, perhaps the base system's bsnmpd (although
I'm not sure if this has suppo
From what I read you should only change kern.maxdsiz, changing
kern.dfldsiz makes every process allocating this amount of memory by
default, thats bad.
Something like:
kern.maxdsiz="1395864371" # 1.3GB
#kern.dfldsiz="1395864371" # 1.3GB
#kern.maxssiz="134217728" # 128MB
would do the trick for
On Jul 19, 2006, at 2:51 PM, Thaddeus Quintin wrote:
Or maybe it's trying to ask for a big shared memory segment...?
Your guess is as good as mine. Are there tools or anything else I
can use to try and figure this out?
MySQL probably has some documentation which would help, although if
you
On Jul 19, 2006, at 2:37 PM, Charles Swiger wrote:
On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote:
I already took care of that, it was in my first email-
I tweaked /boot/loader.conf to allow larger data size for
processes already (rebooted after changes)-
kern.maxdsiz="1395864371" # 1.3G
On Jul 19, 2006, at 2:31 PM, Thaddeus Quintin wrote:
I already took care of that, it was in my first email-
I tweaked /boot/loader.conf to allow larger data size for
processes already (rebooted after changes)-
kern.maxdsiz="1395864371" # 1.3GB
kern.dfldsiz="1395864371" # 1.3GB
kern.maxssiz="13
On Jul 19, 2006, at 1:38 PM, Charles Swiger wrote:
FreeBSD defaults to having a 512MB maximum process datasize. Add
something like:
kern.dfldsiz="1G"
...to /boot/loader.conf.
I already took care of that, it was in my first email-
I tweaked /boot/loader.conf to allow larger data siz
On Jul 19, 2006, at 1:14 PM, Thaddeus Quintin wrote:
The issue that I'm having is that when I start up MySQL I get a
couple "Out of Memory" errors before it actually starts up. Looks
like this-
060719 11:55:35 InnoDB: Started; log sequence number 0 43656
/usr/local/libexec/mysqld: Out of m
On Sunday 07 May 2006 19:43, Michal Mertl wrote:
> Jonathan Horne wrote:
> > On Sunday 07 May 2006 12:09, Jonathan Horne wrote:
> > > i have a server that has 2GB ram, recently upgraded from 1GB ram. it
> > > runs apache2.0 with php5, sendmail with spamass-milter, dovecot,
> > > mysql5.0, cacti, a
Jonathan Horne wrote:
> On Sunday 07 May 2006 12:09, Jonathan Horne wrote:
> > i have a server that has 2GB ram, recently upgraded from 1GB ram. it runs
> > apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0,
> > cacti, and a couple other small things (like snmp, my bx irc shell,
On Sun, May 07, 2006 at 12:19:41PM -0500, Jonathan Horne wrote:
> i just upgraded to the new phpsysinfo rc2, and it shows more detailed
> information about what the memory usage is doing. it shows that 1.57GB is
> being used by buffers. what is the significance of 1.57GB of memory being
> use
On Sunday 07 May 2006 12:09, Jonathan Horne wrote:
> i have a server that has 2GB ram, recently upgraded from 1GB ram. it runs
> apache2.0 with php5, sendmail with spamass-milter, dovecot, mysql5.0,
> cacti, and a couple other small things (like snmp, my bx irc shell, etc).
>
> when ever i look at
On Tue, Aug 17, 2004 at 03:39:40PM +0200, Mipam wrote:
> I have a question about usage of memory.
> Despite the well documented articles about it some things are still
> unclear. In top we see memory devided in several items:
Try this article, buy the guy who wrote some very large chunks of the
26 matches
Mail list logo