Displaying 20 results from an estimated 134 matches for "30m".
Did you mean:
30
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
x<-matrix(nrow=8000,ncol=8000)
I always get the following message:
Error: heap memory (20480 Kb) exhausted [needed 250000 Kb more]
It'...
2017 Jun 01
3
Data import R: some explanatory variables not showing up correctly in summary
...:230
Also, all of the distances I have imported are showing up in the summary along with a line entitled "other". However, I haven't used any other distances?
Distance Distance.dog
2-10m :184 <50m : 35
<50m :156 2-10m : 27
10-20m :156 20-30m : 23
20-30m : 91 30-40m : 16
40-50m : 57 10-20m : 13
**(Other): 82 (Other): 18**
I have checked my data sheet over and over again and I think standardised the data, but the issue keeps arising. I'm assuming I need to clean the data set but as a nearly complete novice in R I...
2003 Dec 15
2
E400 or TE410 (digium) vs PRI 30M (Eicon)
Hello,
I would like to have some comparison between E1 cards from Digium and
those from Eicon for a VOIP - ISDN Gateway.
How does they compare on the echo cancel point of view?
Is the echocancellation code for E400 good enough for production
environment?
Best regards,
Daniel
--
Daniel ANDRE (mailto:dandre@iris-tech.fr)
IRIS Technologies - http://www.iris-tech.com
Serveur kwartz -
2014 Jan 21
3
Network pause issue.
...at /etc/tinc/home/tinc-up
ifconfig $INTERFACE 10.2.0.10 netmask 255.0.0.0
ifconfig $INTERFACE up
# cat tinc.conf
Name = node1
ConnectTo = home
Mode = router
AddressFamily = ipv4
PingInterval = 600
PingTimeout = 15
4 out of 5 nodes work just fine. Node 2 however has issues. It does work fine for 5-30m and then pauses my connection to it. It's still up. I can't ping it over the "pause time" with 0% packet loss. Any TCP connection over the link just pauses for a while. The odd thing is it doesn't timeout. In an SSH session to the box over the tinc link I'll type "ps...
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
...stances I have imported are showing up in the summary along with a line entitled "other". However, I haven't used any other distances?
>
> Distance Distance.dog
> 2-10m :184 <50m : 35
> <50m :156 2-10m : 27
> 10-20m :156 20-30m : 23
> 20-30m : 91 30-40m : 16
> 40-50m : 57 10-20m : 13
> **(Other): 82 (Other): 18**
>
> I have checked my data sheet over and over again and I think standardised the data, but the issue keeps arising. I'm assuming I need to clean the data set but as a nea...
2017 Jun 01
4
Data import R: some explanatory variables not showing up correctly in summary
...up in the summary
> along with a line entitled "other". However, I haven't used any other
> distances?
> >
> > Distance Distance.dog
> > 2-10m :184 <50m : 35
> > <50m :156 2-10m : 27
> > 10-20m :156 20-30m : 23
> > 20-30m : 91 30-40m : 16
> > 40-50m : 57 10-20m : 13
> > **(Other): 82 (Other): 18**
> >
> > I have checked my data sheet over and over again and I think
> standardised the data, but the issue keeps arising. I'm assuming I need to
&...
2001 Mar 01
3
How do you expand memory capability (Was: R crashes in Windows ME)
...PSS has > 40 variables, I think that R crashes because of the memory limit.
In Maindonald?s UsingR text, on pg 3, there?s a footnote that reads:
"If you want larger memory space than the default you may want a target akin to
<path to binary>\rw091\bin\rgui.exe --visize 30M --nsize 1000K
[The default is --vsize 6M --nsize 250K (...)]
I tried that, but R still crashes.
How come?
Thanks for any help,
Regards,
Henry L.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attach...
2018 Aug 21
0
Possible to set quota in size and number of messages
Hello,
I am using Dovecot 2.2.33.2 and am attempting to set quotas on mailboxes.
I currently have the following:
plugin {
quota = dict:User quota::file:%h/dovecot-quota
quota_rule = *:storage=10G
quota_rule1 = INBOX/Inbox:storage=+30M
quota_rule2 = INBOX/Trash:storage=+30M
quota_rule3 = INBOX/Deleted Messages:storage=+30M
}
If I check the quota via Apple Mail version 11.5 (3445.9.1) on Mac OS X 10.13.6 by selecting ?Get Account Info? it displays the correct quota size in bytes but also states ?0 messages? (in that it...
2018 Aug 21
0
Possible to set quota in size and number of messages
...Reio and list,
It appears placing it at the end of the quota rules and then manually recalculating the quotas via doveadm has solved the problem!
Configuration:
plugin {
quota = dict:User quota::file:%h/dovecot-quota
quota_rule = *:storage=10G
quota_rule1 = INBOX/Inbox:storage=+30M
quota_rule2 = INBOX/Trash:storage=+30M
quota_rule3 = INBOX/Deleted Messages:storage=+30M
quota_rule4 = *:messages=100000
}
Recalculate quotas:
$ sudo doveadm quota recalc -u <account>
Restart Dovecot and Apple Mail.
Thanks,
- J
2012 Dec 12
1
captive Portal Pfsense + FreeRadius + MySQL DBMS
Dear Friends Greetings,
i have a question for you, i am sure someone can help. The pfsense captive
portal is up and running. Time countdown vouchers are working without
issue, such as 30m, 45m, 1h & so on.
However, I'd like to set up a download quota of 200MB per voucher. but
then you need to login with a username and password, instead of vouchers.
but I haven't found a way to generate username & password when generating
vouchers. is there someone who managed to get...
2001 Jan 10
2
R and memory
Hello
I have some problems to read large data file with R.
can someone tell me why running
R --visze=30M --nsize=2000k
uses in fact 63M?
thank you
meriema
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body&quo...
2012 Oct 04
4
Creating vegetation distance groups from one column
Hi R listers,
I am trying to group distances of nests to the vegetation into classes that
are define by (0-5m, 6-10m, 11-15m, 16-20m, 21-25m, 26-30m, 31-35m, 36-40m,
41-45m, 46-50m, 51-55m, 56-60m). Each row is a nest and all the distances to
the vegetation is in a column.
In plyr, I have tried - below script but I think I am going about this the
wrong way and am not successful.
#Veg index star = resp
Veg.index <- function(values, weigh...
2017 Oct 26
2
haproxy ssl support
...t.
--- haproxy.cfg
frontend pop3
bind [::]:110 v4v6
bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem
mode tcp
default_backend pop3
backend pop3
mode tcp
balance leastconn
stick store-request src
stick-table type ip size 200k expire 30m
timeout connect 5000
timeout server 50000
server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl
server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl
---
--- dovecot.conf
haproxy_trusted_networks = [2001:db8::]/64
service pop3-login {
inet_listener pop3_haproxy {
port =...
2008 Sep 13
3
question on sending mail with 5.2
I made a little file with a From:, To: and body.
I execute the command cat file.txt | sendmail -t -O MinQueueAge=1m
thinking that the message would try every minute to send instead of the
default 30m. (if the initial attempt failed of course).
This doesnt seem to have any effect?
In the event I have an important email and I want it try perhaps every
minute (1minute)
to send the email how do I accomplish this from the sendmail command line?
Thanks,
jerry
2005 Nov 20
2
Shadow copy format for snapshots and Samba
...ir==visible), then do a symlink(? -- maybe something lower) from the .zfs/snapshot/snapname to @GMT-$time (time format documented in the above link -- and it must be GMT).
Of course the symlink/whatever would get removed when the snapshot is removed.
If we had that and auto snapshotting like 2 at 30m, 2 at 12h, 7 at 1d, 4 at 1w (take a snapshot every 30 minutes and keep the last 2, etc) -- I would be in heaven.
Oh and I don''t think I have said "Thank you" or could say it enough for zfs -- I''m so excited!
Anyone want to start an OpenSolaris file serving distro? Bar...
2007 Dec 26
2
Two lines for outgoing calls
...for dialing out.
[outbound-local]
exten => _9XXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9XXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9ZXXXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _9ZXXXXXXX,1,Dial(Zap/g1/${EXTEN:1},30,tTr)
exten => _90900XXXXX,1,Dial(Zap/g1/${EXTEN:1},30m,tTr)
When Zap/1 is busy and I try to call, it will use Zap/2 which is fine
but there is something wrong cause I hear one ring and then a weird
sound like a noise or something and then hangup. I have to reload zaptel
modules and then everything works fine for a while.
-- Executing [9150 at from...
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
...with a line entitled "other". However, I haven't used any other
> > distances?
> > >
> > > Distance Distance.dog
> > > 2-10m :184 <50m : 35
> > > <50m :156 2-10m : 27
> > > 10-20m :156 20-30m : 23
> > > 20-30m : 91 30-40m : 16
> > > 40-50m : 57 10-20m : 13
> > > **(Other): 82 (Other): 18**
> > >
> > > I have checked my data sheet over and over again and I think
> > standardised the data, but the issue keeps arising...
2015 Sep 09
2
large rsync fails with assertion error
rsyncing a tree of perhaps 30M files, getting this:
rsync: hlink.c:126: match_gnums: Assertion `gnum >= hlink_flist->ndx_start' failed....
2017 Jun 01
1
Data import R: some explanatory variables not showing up correctly in summary
...e entitled "other". However, I haven't used any other
>>> distances?
>>>>
>>>> Distance Distance.dog
>>>> 2-10m :184 <50m : 35
>>>> <50m :156 2-10m : 27
>>>> 10-20m :156 20-30m : 23
>>>> 20-30m : 91 30-40m : 16
>>>> 40-50m : 57 10-20m : 13
>>>> **(Other): 82 (Other): 18**
>>>>
>>>> I have checked my data sheet over and over again and I think
>>> standardised the data, but the issue ke...
2016 Jul 28
2
Exception Handling Deep Dive at Dev Meeting
...to prepare a talk for the dev
> meeting. I'm trying to prepare a talk on supporting the MS debug info
> format in LLVM this year. That said, I'll definitely have time to answer
> questions in person. It might be worth setting up a BoF to schedule some
> time
>
> We gave a 30m technical talk last year, which should have a lot of
> information, but it's probably not the last word or best reference on how
> EH works.
Would you have a pointer to slides and/or a recording?
Thanks,
Regards
Antoine.
>
> On Thu, Jul 28, 2016 at 2:07 AM, Hayden Livingston v...