Displaying 12 results from an estimated 12 matches for "coredumpsize".
2003 Jun 14
1
rsync out of memory problem
...r: error in rsync protocol data stream (code 12) at /usr/common/src/rsync-2.5.6/io.c(165)
However, rsync has only increased in resident size to about 72 MB at this
point, while I have limits of:
cputime unlimited
filesize unlimited
datasize 8192MB
stacksize 1024MB
coredumpsize unlimited
resident 16033MB
descriptors 4096
addressspace 8192MB
Any comments? I have not seen anything in the archives that addresses
this. Thanks,
-smt
2010 Apr 09
2
How to enable core dump?
Dear all, I encountered a core dump like this,
(R:24072): Gdk-CRITICAL **: gdk_drawable_get_display: assertion
`GDK_IS_DRAWABLE (drawable)' failed
*** caught segfault ***
address 0x78, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection: 1
aborting ...
Segmentation
2008 May 16
1
64-bit R and cache memory
...-----
Computer & software info:
OS: kUbuntu Feasty Fawn 7.04 (64-bit)
Processor: AMD Opteron 64-bit
R: version 2.7.0 (64-bit)
Cache memory: currently 16 GB (was 2 GB)
Outcome of 'limit' command in shell: cputime unlimited, filesize
unlimited, datasize unlimited, stacksize 8192 kbytes, coredumpsize 0
kbytes, memoryuse unlimited, vmemoryuse unlimited, descriptors 1024,
memorylocked unlimited, maxproc unlimited
-----------------------------------
a. We have recently upgraded the cache memory from 2 to 16 GB. However,
we have noticed that somehow R still swaps memory when datasets
exceeding...
2006 Jan 31
1
rsync using ssh get stuck
...t_exec_1.vpool_idc.7496709 0 batch
ptsl2171 BATCH 1138446228 1138472243 1.vpool_idc.7496709 19 ,cputime
soft = unlimited,cputime hard = unlimited,filesize soft =
unlimited,filesize hard = unlimited,datasize soft = unlimited,datasize
hard = unlimited,stacksize soft = 8192,stacksize hard =
unlimited,coredumpsize soft = 0,coredumpsize hard = unlimited,openfiles
soft = 1024,openfiles hard = 8192,descriptors soft = 1024,descriptors
hard = 8192,addressspace soft = unlimited,addressspace hard =
unlimited,memorylocked soft = unlimited,memorylocked hard =
unlimited,maxproc soft = 16384,maxproc hard = 16384,memory...
2007 May 29
0
LoMAC module: cannot get clearance level revoked
.../usr/local/sbin:usr/local/bin:\
:manpath=/usr/share/man /usr/local/man:\
:nologin=/usr/sbin/nologin:\
:cputime=1h30m:\
:datasize=8M:\
:vmemoryuse=100M:\
:stacksize=2M:\
:memorylocked=4M:\
:memoryuse=8M:\
:filesize=8M:\
:coredumpsize=8M:\
:openfiles=24:\
:maxproc=32:\
:priority=0:\
:requirehome:\
:passwordtime=91d:\
:umask=022:\
:ignoretime@:\
:label=lomac/high(high-high):
=== END OF LOGIN CLASS
=== PROGRAM RUN RESULT
My label is lomac/high(high-high)...
2005 Jul 13
1
New to dovecot, little luck - signal 10 death for imap
Hi,
I'm a new prospective dovecot user. I'm planning to migrate a medium-scale
mail site (a few thousand users) from UW to something better.
I've set up dovecot on a test system. I can connect and authenticate just
fine. IMAP clients get to see the right mailboxes.
However, whenever a mailbox is selected, the imap subprocess dies.
The log shows:
Jul 13 14:52:05 localhost
2001 Dec 21
0
{R} 1.4.0 compiling failed on sun sparc solaris 2.6
...-------------------------------------------------------------
explicit call in subdirectory:
-------------------------------------------------------------------------------------------------
(mt100): cd src/library/methods
/home/mt/rother/info/ftp/R/R-1.4.0/src/library/methods
(mt100): limit coredumpsize unlimited
(mt100): ../../../bin/R --vanilla --slave < all.R
initializing class and method definitions now
Bus Error (core dumped)
(mt100): dbx ../../../bin/R.bin core
Reading R.bin
[...]
program terminated by signal BUS (invalid address alignment)
Current function is gzfile_open
750...
2006 Dec 15
2
Dovecot "open files" (again?)
I'm a new dovecot user, just began using it last week. I switched from
courier because my research showed that Dovecot did indexes, and allows me
to store them anywhere I chose. I did this, and it fixed some severe disk IO
issues that my server had. (25k horde only webmail install using imap
proxy).
I'm using quotas, and by default had it set to 'dirsize'. my postfix is
already
2000 May 07
1
Problem with match.arg() (PR#536)
...t entirely true what I wrote in r-help that I call match.arg()
in my ramp(), because ramp() just calls qamp() with runif() as argument, but
I have found that it happens both in ramp() and qamp().
Last night, just before I went home, R crashed with a segmentation fault.
Unfortunately, I had limit coredumpsize 0, because I seldom want core-files,
so I haven't got it. I have removed that limit now. I have not been able to
reproduce the crash, however.
Now, for a
> last.dump
$"apply(cbind(rep(1e+05, 25000)), 1, lineprofile, 10, 100, 1, "point")"
<environment: 140e187f0>...
1998 Nov 21
2
simple perl script bypasses limits
...r with access to upload a cgi
script can exploit this to make machine thrash badly.
Seems to circumvent any limits in the kernel
Here are my settings
dlai@whale.home.org:/home/dlai?limit
cputime unlimited
filesize 20000 kbytes
datasize 8192 kbytes
stacksize 8192 kbytes
coredumpsize 1000000 kbytes
memoryuse 8192 kbytes
descriptors 1024
memorylocked 8192 kbytes
maxproc 256
Create a file with a huge hole (can be 4Gb if needed):
[mod: 2Gb on linux. :-( -- REW]
#!/usr/bin/perl
system("touch xxx");
open(XXX,"+<xxx");
seek(XXX,...
2012 Sep 21
3
Can`t get over 1024 processes on FreeBSD - possible bug?
...lp? Many thanks Tomas
My system have following settings:
FreeBSD 9.0 / AMD64
Dovecot 2.1.8
kern.maxproc: 12288
kern.maxfilesperproc: 36864
kern.maxprocperuid: 8192
no limit for uid 89:
# limit
cputime unlimited
filesize unlimited
datasize 33554432 kbytes
stacksize 524288 kbytes
coredumpsize unlimited
memoryuse unlimited
vmemoryuse unlimited
descriptors 36864
memorylocked unlimited
maxproc 8192
sbsize unlimited
swapsize unlimited
My dovecot.conf:
# 2.1.8: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 9.0-STABLE amd64
auth_mechanisms = plain login digest-md5...
2006 Nov 08
2
Sandboxing
Hi.
This is mostly hypothetical, just because I want to see how knowledgeable
people would go about achieving it:
I want to sandbox Mozilla Firefox. For the sake of example, I'm running it
under my own user account. The idea is that it should be allowed to
connect to the X server, it should be allowed to write to ~/.mozilla and
/tmp.
I expect some configurations would want access to audio