Displaying 20 results from an estimated 7000 matches similar to: "--max-vsize option"
2006 Jun 25
1
R memory size increases
O/S : Solaris 9
R version : 2.2.1
I was getting out of memory errors from R when running a large job, so
I've switched to a larger machine with 40G shared memory. I issue the
following command when starting R to increase memory available to R:
R --save --min-vsize=4G --min-nsize=4G
When reading in a file, R responds with "could not allocate vector of
size 146Kb." So I'm
2011 Jul 21
1
--max-vsize
Hi,
In both R 2.13 and the SVN trunk, I observe odd behaviour with the
--max-vsize command-line argument:
1. passing a largeish value (about 260M or greater) makes mem.limits()
report NA for the vsize limit; gc() continues to report a value...
2. ...but that value (and the actual limit) is wrong by a factor of 8.
I attach a patch for issue 2, lightly tested. I believe that fixing
issue 1
2004 Jul 20
1
--max-vsize and --max-nsize linux?
Hi,
somtimes i have trivial recodings like this:
> dim(tt)
[1] 252382 98
system.time(for(i in 2:length(tt)){
tt[,i][is.na(tt[,i])] <- 0
})
...and a win2000(XP2000+,1GB) machine makes it in several minutes, but
my linux notebook (XP2.6GHZ,512MB) don't get success after some hours.
I recognize that the cpu load is most time relative small, but the hardisk
2009 Feb 01
0
setting a large value of --max-vsize
Hello,
I'm using a 64bit Linux with 16GB of RAM. I'd like to limit the memory
that the R process can use so I'm trying to use --max-vsize switch.
However, it is seems that I can't enforce a limit above 2GB.
shlomo at hippo:~$ uname -a
Linux hippo 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008
x86_64 GNU/Linux
This WORKS:
--------------------
shlomo at hippo:~$ R
2012 Sep 21
1
Defunct of --max-vsize and mem.limits
R-devel,
I am migrating from R.2.13.2 to R.2.15.1 and just realize that R command line options --max-nsize and --max-vsize are no longer supported along with the defunct of mem.limits(). To me, the function and options along with other two, --min-nsize and --min-vsize, are useful in allowing some explicit control of R memory usage. One benefit is that the setting of maximum boundary could
2000 Mar 13
1
check does not accept --vsize option (PR#481)
Full_Name: Markus Neteler
Version: 1.0.0
OS: Linux 2.2.10/i686
Submission from: (NULL) (130.75.72.37)
Hi,
I wanted to "check" the R.GRASS GIS interface from Roger Bivand:
http://www.geog.uni-hannover.de/grass/statsgrasslist.html
using
R CMD check --vsize=10M GRASS
but:
[error message shortened]
> G <- gmeta()
Error: heap memory (6144 Kb) exhausted [needed 1024 Kb more]
2016 Jul 19
3
Panic when runing "doveadm mailbox status ... vsize"
I'm using dovecot 2.2.24 on FreeBSD 10.3. I'm working on converting
users from maildir to mdbox, for the usual reasons.
I have converted some test users and they generally work fine. But
when I run "doveadm mailbox status" I get a Panic if I ask for the
vsize field (or "all"), but other fields work fine. For example:
# doveadm mailbox status -u bubbacheex3
1999 May 15
2
vsize and nsize
I am running R version ??? under Redhat 5.2. It seems as though the
--nsize object has no effct on the size of the allocated Ncells as
determined using gc(). Yes, I have that much data....
That is if I envoke R with
R --vsize 100 --nsize 5000000
then type
gc()
I get
free total
Ncells 92202 200000
Vcells 12928414 13107200
Thanks
Tony Long
Ecology and Evolutionary Biology
Steinhaus
2010 Oct 25
1
Maildir filename extensions S=<size> and W=<vsize>
I'd like to add S=<size> and W=<vsize> to the filenames in my Maildir
storage for newly delivered mails. But I cannot find where I can make
Dovecot's LDA add those. Anybody?
http://wiki2.dovecot.org/MailboxFormat/Maildir says:
A maildir filename with those fields would look something like: 1035478339.27041_118.foo.org,S=1000,W=1030:2,S
which is exactly what I want, but it
1999 Apr 12
3
--nsize and --vsize
Martin M has suggested I widen this discussion to R-devel, and
> I agree that we should increase them,
> but I'm not sure at all about the amount.
>
> The default could even depend on the architecture (via "./configure")..
Views, please.
------------- Begin Forwarded Message -------------
Is is not time we increased the defaults a bit? As the base gets bigger
I hit
2008 May 13
2
how add size (, S=size) and virtual size (, W=vsize) fields to a maildir filename ?
Hi to all,
I'm a sys admin in a college, and we're using Dovecot as IMAP/POP3
server and delivery; we're also patch dovecot to add managesieve
capability. I've a question:
I've read on dovecot's wiki, that is possible improve the performance on
maildir files by adding ,S=<size>,W=<vsize> fields on filename. How is
possible to do that ? I've search on all
2019 Aug 11
2
doveadm / vsize
Hi,
i want to keep track of user mailbox size,
I'm using
doveadm mailbox status -u <user> vsize INBOX
for a given mailbox this is under reporting ( by a lot)
is this recursive? what shoud i be using to get an accurate disk usage metric?
thanks
Paul.
--
-------------------------
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-------------------------
t: 0131 5548070
m:
2012 Jun 18
1
Problem with 'doveadm mailbox status -t' reporting cumulative vsizes after upgrading from v2.0.16 to v2.1.7
Hi,
I upgraded from Dovecot v2.0.16 to v2.1.7 over night and I noticed this
morning that one of my daily reports which lists summarised mailbox
sizes per user has started listing nonsense for vsizes.
The reporting script at its core calls :
doveadm -f flow mailbox status -A -t 'messages vsize' '*'
It appears that Dovecot 2.1.7 is not resetting the vsize after collating
the sum
2008 Mar 17
2
Windows Vista 64-bit support
Where does the R build for Vista X64 stand? The last update message is
from July last year (see [R] Improved Windows Vista compatibility from
Prof Brian Ripley on 2007-07-11). Is it likely to happen in 2008? I
suspect that more people will start using it as Vista is adopted more
widely. And I'd certainly use it for large genomics data sets.
Thanks,
Dan Gatti
UNC-CH
2020 Jul 14
1
dovecot 2.2.13
all, below command not reporting the actual usage report on dovecot 2.2.13.
please share your suggestion to how to fix this issue
doveadm -f flow mailbox status -A -t 'messages vsize' '*' is just showing
rkreddy messages=0 vsize=0
jcplho messages=0 vsize=0
planning messages=0 vsize=0
accounts messages=0 vsize=0
spam.notify messages=0 vsize=0
jsraju messages=0 vsize=0
amarnath
2002 Jan 21
1
[R 1.4] WARNING: --max-vsize=8000M : too large and ignored
Why is there a limit on the amount of vector heap one can use ?
I am operating on a 16GB SGI (O2000) machine.
Furthermore, is there any way to make R using multiple threads ?
Regards
Luca
p.s. I understand that I might be pushing a bit R beyond its most common
operation set. However, also understanding where the limits of R are, is
a good excercise.
2010 Jan 19
2
Server hanging despite efforts to correct memory limits
My group is working with datasets between 100 Mb and 1 GB in size, using
multiple log ins. From the documentation, it appears that vsize is limited
to 2^30-1, which tends to prove too restrictive for our use. When we drop
that restriction (set vsize = NA) we end up hanging the server, which
requires a restart. Is there any way to increase the memory limits on R
while keeping our jobs from
1999 Apr 27
2
Memory management
Dear all,
I don't get it:
First of all, the help doesn't say what are the memory limits of
R. Say, what's the max heap size for instance ????
Secondly, I invoke R with the following commands each time:
rgui --vsize 30M --nsize 1000K
rgui --vsize 30M --nsize 2000K
rgui --vsize 30M --nsize 3000K
rgui --vsize 30M --nsize 4000K
I try to open a matrix 8000x8000 by issuing
2008 May 12
0
how add size and vsize filed to a maildir filename ?
Hi to all,
I'm a sys admin in a college, and we're using Dovecot as IMAP/POP3
server and delivery; we're also patch dovecot to add managesieve
capability. I've a question:
I've read on dovecot's wiki, that is possible improve the performance on
maildir file by adding ,S=<size>,W=<vsize> fields on filename. How is
possible to do that ? I've search on all
2017 Jun 29
0
Error: vsize-hdr has invalid size
version
2.2.27 (c0f36b0)
For one user logs have a lot of these since recent upgrade from debian
jessie to stretch :
Jun 28 13:08:18 imap dovecot: imap(tfa): Error: vsize-hdr has invalid size:
36
Only one user has the issue. It has been happening for a month, The user
reports no issue on his end reading mail.
Is there a way to fix the error ?
best regards, Roberto
# dovecot -n
#