Displaying 20 results from an estimated 5000 matches similar to: "Memory leak"
2006 May 04
1
ruby.exe growing large, possible memory leak in sql server
Hey all,
I believe there is a memory leak when using Win2000 + SQL Server +
Apache2 + scgi + rails 1.1. My apps so far have been pretty ''low
impact'' and i did not notice it before, but the memory footprint of
ruby.exe is growing larger. After 6 queries that fetch ~2,000 rows
each, ruby.exe has grown to 41 megs (originally around 20). The memory
leak is also present in webrick,
2006 May 01
1
timeout_remove and "Timeout leak" problems
Hello,
I have run into troubles trying to jump from 1.0alpha5 (basically
running smoothly) to 1.0beta5 and/or beta7.
I am seeing errors such as the following set for nearly every user.
dovecot: May 01 16:21:02 Info: IMAP(joeuser): Disconnected: Logged out
dovecot: May 01 16:21:02 Error: IMAP(joeuser): file ioloop.c: line 153 (timeout_remove): assertion failed: (*timeout != NULL)
dovecot: May
2008 Jan 15
1
inbound Audio problems probably not NAT related?
Hello all,
Was hoping to get a sanity check along with a question. Below is the
output from top run with normal defaults, except to show both CPU's, on
a SuSE 10.2 box with Asterisk v1.4.15.
top - 10:00:58 up 3 days, 5:54, 4 users, load average: 0.15, 0.05, 0.01
Tasks: 110 total, 2 running, 108 sleeping, 0 stopped, 0 zombie
Cpu0 : 0.2%us, 0.2%sy, 0.0%ni, 97.3%id, 2.2%wa, 0.1%hi, 0.0%si,
2009 Nov 05
2
SMBD CPU climbs sky high when writing DPX files
Hello,
I am experiencing a strange problem when writing (capturing) DPX video
files to a Linux/Samba share. Basically, I'm seeing seeing a single smbd
process go from 9 percent CPU utilization to 100 percent CPU utilization
over the course of about 40 minutes. When smbd reaches 100 percent, the
capture stops (drops frames). I have tested this with three different
filesystem formats
2007 Jan 31
4
Help with semaphores
I'm looking for some help from any Asterisk "heavy" who might be doing
something similar to what I'm trying to do...
Background:
I work for a research lab, testing telephony products and tools.
Historically, we used Ameritec Crescendos and Fortissimos to act as load
generators and call "sinks" when testing equipment. However, the
equipment we are testing gets
2009 Nov 11
1
finding a memory leak - committed memory SPIKES!
Hey folks,
I've got a RHEL 4.3 system (one of the few I have not yet converted to
CentOS) that is running DB2 ... looks like 8.1
Just noticed that committed memory on my Munin graphs has been
steadily climbing on a constant curve - yikes!
There are 16G of physical ram and the commit is up to 80G now.
Fortunately this is evidently not being accessed because I am not
doing any swapping.
2008 Apr 21
1
Samba server, works fine for several days, then load increases indefinately till server unavailable
Our Samba server running on CentOS 5.1 (upgraded from 5.0) with Samba
3.0.25b-1.el5_1.4 has been in place for about a year and a half. We had
no issues till about 2 months ago. This may have coincided with the
upgrade of CentOS 5.0 to 5.1 (which would have brought a new Samba
version with it).
Anyway, the server will be fine and snappy for a week or so, then out of
the blue, nobody can
2007 Mar 14
3
Fastthread memory leak?
Hi All,
I have an app making extensive use of Mutex and was concerned about the
memory leak I have read about. I saw some sample code to reproduce the
problem here: http://pastie.caboo.se/10194
So I thought I would run it myself to see the problem.
I do not see a memory leak when using the sample code, but if I require
"fastthread" before "thread" using fastthread (0.6.4.1)
2008 Jan 28
2
memory leak ?
Hi all,
my mongrel cluster worked as charm for last 3 months, but in last days
some processes are taking all available memory. It goes up to 440Mb per
process. Few hours after restart memory usage starts to climb up and
cluster became unresponsive.
I''m using rails 2.0.2 and mysql server on freebsd 6.2.
Any ideas why is that happening ?
Thanks,
Bostjan
2011 Dec 06
1
Memory getting eaten up with XML
Hi all. I have an issue that I cannot resolve. I am trying to read in lots of data that are stored in xml files. But after I read them in and copy the relevant data, then remove the document etc, it doesn't free up the memory. When I monitor it in windows task manager the memory usage just climbs with each iteration until R crashes. I can replicate the problem with the small example:
2013 Mar 05
1
memory leak in 3.3.1 rebalance?
I started rebalancing my 25x2 distributed-replicate volume two days ago.
Since then, the memory usage of the rebalance processes has been
steadily climbing by 1-2 megabytes per minute. Following
http://gluster.org/community/documentation/index.php/High_Memory_Usage,
I tried "echo 2 > /proc/sys/vm/drop_caches". This had no effect on the
processes' memory usage. Some of the
2006 May 01
2
Dovecot and NFS with file locking
Greetings all,
I'm trying to get an understanding of a problem we are facing here.
We're currently running dovecot 1.0-beta3 and have a long standing issue
of system crashes on our mail server (Debian Linux 2.4.27-2-k7-smp).
Here's what is happening:
The machine hangs and the system load climbs as high as 80.0+. Yet, the
system response is not effected. Command line is still
2008 Jun 07
1
strange (to me) p-value distribution
I'm working with a genomic data-set with ~31k end-points and have
performed an F-test across 5 groups for each end-point. The QA
measurments on the individual micro-arrays all look good. One of the
first things I do in my work-flow is take a look at the p-valued
distribution. it is my understanding that, if the findings are due to
chance alone, the p-value distribution should be uniform. In
2004 Aug 30
2
after lm-fit: equality of two regression coefficients test
Hi
Let's assume, we have a multiple linear regression, such as the one
using the Scottish hills data (MASS, data(hills)):
one dependent variable: time
two independent var (metric): dist, climb
if I am interested, after (!) fitting a lm:
my. lm <- lm(time ~ dist + climb, data = hills)
in the equivalence (or non-equivalence) of the two predictors "dist" and
2006 Oct 11
1
Bug in stepAIC?
Hi,
First of all, thanks for the great work on R in general, and MASS in
particular. It's been a life saver for me many times.
However, I think I've discovered a bug. It seems that, when I use
weights during an initial least-squares regression fit, and later try to
add terms using stepAIC(), it uses the weights when looking to remove
terms, but not when looking to add them:
2004 Aug 24
7
Question about ip_forward in clear_firewall
Firewall users,
My apologies as I''m not on this list, so please respond directly as
well as to the list. I did try to search the archives and didn''t find
any hits, although the search did not like searching for terms with
underscores in them (both clear_firewall and ip_forward).
I was trying to understand why, when running shorewall stop, even though
it echoes
IP
2010 Nov 18
1
ctdb: Strange behaviour after upgrade
Hi,
last weekend I've updated samba and ctdb on my 2-node cluster. Samba is
now on 3.5.6 (from 3.3.4), ctdb on 1.0.114 (from 1.0.84). Both installed
from repo via yum and ctdb-packages.
After restarting both nodes everything was fine, we could access files on
the cluster.
On monday I noticed that the nodes didn't had their initial adresses:
Node 1:
hostname dscln01, public IP
2012 Oct 25
6
How to tie orders taken to specific CDR records
Our phone operators work off of an Asterisk queue. They take calls from
customers and take orders with our back end systems. What I need to be
able to do is tie the orders taken to the specific CDR record that
reflects the call from which the order originated.
The typical/sample CDR table doesn't have a primary key. I can add an
auto-generated PK, but the CDR is not written until the
2012 Jan 25
3
[PATCH] Btrfs: Check for NULL page in extent_range_uptodate
A user has encountered a NULL pointer kernel oops in btrfs when
encountering media errors. The problem has been identified
as an unhandled NULL pointer returned from find_get_page().
This modification simply checks for a NULL page, and returns
with an error if found (the extent_range_uptodate() function
returns 1 on errors).
After testing this patch, the user reported that the error with
the
2005 Feb 23
1
FreeBSD 4.8 / Samba 3.0.11 - more signal 11's than before... (3.0.8)
The error message is the usual panic error - 3.0.11 and FreeBSD 4.8.
Samba 3.0.8 ran fine with the same config (admittedly there were a few
roaming profile sync related crashes, which is why I was upgrading).
Now however I can't even connect - it crashes immediately, respawns and
crashes again.
My Samba server is a domain member of a Win2003 domain controller used for
roaming profile