Displaying 20 results from an estimated 40000 matches similar to: "memory management in long running scripts"
2011 Apr 25
1
possible minor doc clarification?
Good afternoon,
As a clarification does it make sense to remove the second 'not' in the 'See
Also' documentation for file_test ?
Kind regards,
Sean O'Riordain
-----
Index: src/library/utils/man/filetest.Rd
===================================================================
--- src/library/utils/man/filetest.Rd (revision 55639)
+++ src/library/utils/man/filetest.Rd
2007 Aug 20
1
SimpleTextRecipes
I have copied the simple text snippets into a pp file and set a host to
attempt to add lines, but regardless if the line is there or not, it still
adds it...
what am I doing wrong?
in definitions/linetests.pp:
define append_if_no_such_line($file, $line) {
exec { "echo ''$line'' >> ''$file''":
unless => "grep -qe
2004 Jan 08
3
pictorG
Hi!
Attached is the current version of my image organizing program.
If you dbl-click on a thumbnail, it will show the image (1:1 zoom) in a
dialog, and eat some memory....
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2007 Dec 01
0
mock feed
Hello generous coders,
I''m having difficulty getting a couple of tests to pass.
I have an address model which takes an address and with a callback on save
and update passes the address to google''s
geocoding service. The returned XML is parsed and saved to the address
object:
protected
def geocode_address
key = "mykey"
url =
2015 Apr 25
2
vs_fruit - can't write to share
Hi,
i'm running Samba 4.2.1 compiled from source on an Ubuntu 10.04.4 LTS Server. ACL/XATTR is active and working. I tried to activate the vfs_fruite module and added the sample code:
vfs objects = catia fruit streams_xattr
fruit:resource = file
fruit:metadata = netatalk
fruit:locking = netatalk
fruit:encoding = native
to the share. In addition i tried the following share definition:
vfs
2007 May 15
3
NOOB question RSPEC
Hi all !!
I have this code:
require ''account''
describe Account, "when first created" do
before do
@account = Account.new
end
it "should have a balance of $0" do
@account.balance.should eql(Money.new(0, :dollars))
end
after do
@account = nil
end
end
How can I pass the @account.balance.should eql(Money.new(0, :dollars))
spec. From my
2015 Apr 25
0
vs_fruit - can't write to share
I must reply to my own post.
Changing the fruit:locking to "none" results in a working share.
Netatalk 3.1.6 is installed and from the information of the changelog Netatalk 3.1.7 doesn't change anything to the file locking (except if you're using Solaris).
Am 25. April 2015 bei 12:16:20, Christian Kovacic, MA (chris.k at gmx.at) schrieb:
Hi,
i'm running Samba 4.2.1
2011 Apr 06
2
XCP - license expiry problem - http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1756 not fixed?
Hello,
i have 3 XCP 1.0.0 hosts in a pool, one of them is not enabled:
xe host-param-list uuid=402f07f4-99c0-4501-9787-8dee8984e313
uuid ( RO) :
402f07f4-99c0-4501-9787-8dee8984e313
name-label ( RW): xcp1.domain.com
name-description ( RW): Default install of XenServer
allowed-operations (SRO):
2013 Jan 18
0
[Lsf-pc] [CFP] Linux Storage, Filesystem and Memory Management Summit 2013
The annual Linux Storage, Filesystem and Memory Management Summit for
2013 will be held on April 18th and 19th following the Linux Foundation
Collaboration Summit at Parc 55 Hotel in San Francisco, CA:
https://events.linuxfoundation.org/events/collaboration-summit
https://events.linuxfoundation.org/events/lsfmm-summit
We''d therefore like to issue a call for agenda proposals that are
2008 Feb 29
2
Dealing with MySQL disconnects on long running scripts.
Would anyone happen to have some advise for this?
I have a script that runs for months at a time.
On one box, I can do this without issue, on another it disconnects after
a day.
I''ve been trying various solutions, but since it takes a day to test any
idea, it''s been very slow going.
I''ve tried Issuing a reconnect command, after any ActiveRecord error.
Which
2007 Dec 03
5
spec for model_id should eql
Hello,
I''m confused why the spec described below is failing. Other simple
comparison specs are passing fine for the same model. The code is working
accordingly when I test it through the console, I''m just having difficulty
getting this spec to work. Any pointers would be appreciated.
Failure message:
''Address fetch and geocode should extract department and write to
2014 Nov 26
0
High resident memory with 11.14.0 ?
On Tue, Nov 25, 2014 at 10:21 AM, James Lamanna <jlamanna at gmail.com> wrote:
>
> On Tue, Nov 25, 2014 at 8:14 AM, Matthew Jordan <mjordan at digium.com>
> wrote:
>
>> On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com>
>> wrote:
>> > Also, how big does the cache in frame.c grow to?
>> > I've recompiled with
2007 Sep 05
4
False Positives and Autotest on New Folders
False Positives
I just discovered how easy it was to create a false positive when I, trying
my first RSpec test, did this:
ob.should eql?(''foo'')
instead of:
ob.should eql(''foo'')
or:
ob.should == ''foo''
As far as I can see, this is roughly equivalent to:
ob.should false
Neither eql?(''foo'') nor false causes the spec
2008 Mar 19
2
Stub / Mock - A little guidance?
Hi there,
I''m still trying to wrap my head around when to use a stub and a mock.
If I understand this right, I should be using a ''mock'' when imitating
an object, but not its behavior. I should be using a stub when I want
to imitate the behavior of an object. Does that sound about right?
With that said, I''m struggling a little trying to spec out this
instance
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
On Sun, Jun 01, 2014 at 07:43:12PM -0700, Keith Keller wrote:
>
> That's clearly a spurious error, so I checked dmesg:
>
> [159891.225762] EXT4-fs (dm-0): get root inode failed
> [159891.227436] EXT4-fs (dm-0): mount failed
The "get root inode failed" is rather unfortunate.
Try running "debugfs /dev/dm0"
and then use the "stat /" command.
You
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
Hi again all,
I apologize for not asking this in my first message; I just remembered
the question after sending.
On Sun, Jun 01, 2014 at 07:43:12PM -0700, Keith Keller wrote:
>
> On Sun, Jun 01, 2014 at 09:05:09PM -0400, Theodore Ts'o wrote:
> > Unfortunately, there has been a huge number of bug fixes for ext4's
> > online resize since 2.6.32 and 1.42.11. It's
2014 Jun 02
1
Re: [long] major problems on fs; e2fsck running out of memory
* Keith Keller <kkeller@wombat.san-francisco.ca.us> hat geschrieben:
Hi Keith
> I have a very similar second server which has undergone a similar chain
> of events, an initial ~2.5tb fs followed by a resize later. I believe
> that it has been fsck'd since the resize (but don't quote me on that).
> Am I likely to run into this issue with this fs? And if I do, what
>
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
Hi all,
On Mon, Jun 02, 2014 at 11:04:52PM +0200, Bodo Thiesen wrote:
>
> Keith is not the first one with problems of this class and he will
> probably not be the last one. He later told us, that at first, mounting
> the file system still worked.
Is there any value in discussing this issue in keeping this broken
filesystem available for debugging purposes? I would like at this
2020 Aug 10
0
Re: Long running nbdkit instances seem to leak memory
May I ask for self-education, how did you conclude memory leak, based on
that, I guess, 'ps' output?
--
Mykola Ivanets
пн, 10 серп. 2020, 10:48 користувач Richard W.M. Jones <rjones@redhat.com>
пише:
> I'm using nbdkit + the file plugin to serve NBD root filesystems for
> some machines, so I get to observe how it behaves for very long runs.
> I think this indicates
2012 Oct 31
0
help with shadow copy implementation
Hi,
Over the past several days I have been trying to get the shadow to work with samba but haven't been successful. Can someone check below config and let me know if I am missing something? We are using Equallogic SAN and iSCSI LUNS to mount volumes.
I can cleanly access samba shares on Windows 7 clients but just not shadow copy. I have referred the official how-to but couldn't get it to