Displaying 18 results from an estimated 18 matches for "mgb".
Did you mean:
mb
2024 Dec 12
1
Cores hang when calling mcapply
...e initial cleaning.
Anyway, happy the suggestion moved you closer to the results you were looking for. I don't often respond on r-help often, mostly just a lurker.
All the best,
gregg
Sierra Vista, Arizona
On Thursday, December 12th, 2024 at 8:54 AM, Deramus, Thomas Patrick <tderamus at mgb.org> wrote:
> Hi Gregg.
>
> Just wanted to follow up on the solution you proposed.
>
> I had to make some adjustments to get exactly what I wanted, but it works, and takes about 15 minutes on our server configuration:
>
> ? ? temp <-
> ??????open_dataset(
> ?...
2024 Dec 12
1
Cores hang when calling mcapply
...issue so I changed the rbind funciton to keep this from happening.
Thank you for all your help on this!
-Thomas DeRamus
________________________________
From: Gregg Powell <g.a.powell at protonmail.com>
Sent: Wednesday, December 11, 2024 2:11 PM
To: Deramus, Thomas Patrick <tderamus at mgb.org>
Cc: r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] Cores hang when calling mcapply
How is the server configured to handle memory distribution for individual users. I see it has over 700GB of total system memory, but how much can be assigned it each individual user...
2024 Dec 11
1
Cores hang when calling mcapply
...r 700GB of total system memory, but how much can be assigned it each individual user?
AAgain - just curious, and wondering how much memory was assigned to your instance when you were running R.
regards,
Gregg
On Wednesday, December 11th, 2024 at 9:49 AM, Deramus, Thomas Patrick <tderamus at mgb.org> wrote:
> It's Redhat Enterprise Linux 9
>
> Specifically:
> OS Information:
> NAME="Red Hat Enterprise Linux"
> VERSION="9.3 (Plow)"
> ID="rhel"
> ID_LIKE="fedora"
> VERSION_ID="9.3"
> PLATFORM_ID="p...
2024 Dec 11
1
Cores hang when calling mcapply
...epping: 4
CPU(s) scaling MHz: 50%
CPU max MHz: 3700.0000
CPU min MHz: 1000.0000
________________________________
From: Gregg Powell <g.a.powell at protonmail.com>
Sent: Wednesday, December 11, 2024 11:41 AM
To: Deramus, Thomas Patrick <tderamus at mgb.org>
Cc: r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] Cores hang when calling mcapply
Thomas,
I'm curious - what OS are you running this on, and how much memory does the computer have?
Let me know if that code worked out as I hoped.
regards,
gregg
On Wednesday...
2002 Apr 23
2
Rsync server on w2k with ssh
Help !
I am running rsync as a service on w2k successfully
using the patch from http://v.iki.fi/~vherva/cygwin-rsync/
I would like to connect to the windows machine from Linux, to
automatically backup the windows machine without user intervention.
I understand that there are network problems using the native rsync
transport under windows. How do I setup ssh with a w2k server?
I have the ssh
2024 Dec 11
1
Cores hang when calling mcapply
Thomas,
I'm curious - what OS are you running this on, and how much memory does the computer have??
Let me know if that code worked out as I hoped.
regards,
gregg
On Wednesday, December 11th, 2024 at 6:51 AM, Deramus, Thomas Patrick <tderamus at mgb.org> wrote:
> About to try this implementation.
>
> As a follow-up, this is the exact error:
>
> Lost warning messages
> Error: no more error handlers available (recursive errors?); invoking 'abort' restart
> Execution halted
> Error: cons memory exhausted (l...
2007 Sep 28
1
Excel "Disk Full" when overwriting file
...= CYC.COM
interfaces = 127.0.0.1 eth1
bind interfaces only = true
printing = cups
printcap name = cups
load printers = yes
printer admin = @ntadmin, root, administrator
map to guest = Bad User
# the following fixes a weird problem with winxp sp2 systems and
# netbios aliases on samba. - mgb 10/20/04
smb ports = 139
netbios name = HOME
netbios aliases = cyc host
server string = zeus
hosts allow = 10.1.1. 127.
security = ADS
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
name resolve order = host wins lmhosts bcast
wins server = 10.1.1.15 10.1.1.251
remote ann...
2024 Dec 11
1
Cores hang when calling mcapply
...emory exhausted (limit reached?)
Error: cons memory exhausted (limit reached?)
Error: cons memory exhausted (limit reached?)
________________________________
From: Gregg Powell <g.a.powell at protonmail.com>
Sent: Tuesday, December 10, 2024 7:52 PM
To: Deramus, Thomas Patrick <tderamus at mgb.org>
Cc: r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] Cores hang when calling mcapply
Hello Thomas,
Consider that the primary bottleneck may be tied to memory usage and the complexity of pivoting extremely large datasets into wide formats with tens of thousands of u...
2009 Aug 08
1
interesting statistics article in NYT
[This email is either empty or too large to be displayed at this time]
2008 Mar 06
2
How to hold a value(Mean sq) with a string
Hi all:
Can someone advice me on how to hold the residuals
Mean sq value on a string
so it can be used in other calculations.
I was trying something like this:
Msquare<-dfr$Mean sq but fails..Thanks
dfr <- read.table(textConnection("percentQ
Efficiency
1.565 0.0125
1.94 0.0213
0.876 0.003736
1.027 0.006
1.536 0.0148
1.536 0.0162
2.607 0.02
1.456 0.0157
2.16 0.0103
2024 Apr 18
1
Tidyverse/dplyr solution for filling values of a tibble/dataframe from a column with a nested list.
Hi experts.
I have a tibble? with a column containing a nested list (<list<list<double>>>? data type to be specific).
Looks something like the following (but in R/Arrow? format):
ID
Nestedvals
001
[[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)[[4]](4,0.4)[[5]](5,0.5)
002
[[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)[[4]](4,0.4)
003
[[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)
004
[[1]](1,0.1)[[2]](2,0.2)
2024 Dec 11
1
Cores hang when calling mcapply
Hello Thomas,
Consider that the primary bottleneck may be tied to memory usage and the complexity of pivoting extremely large datasets into wide formats with tens of thousands of unique values per column. Extremely large expansions of columns inherently stress both memory and CPU, and splitting into 110k separate data frames before pivoting and combining them again is likely causing resource
2024 Dec 11
2
Cores hang when calling mcapply
Hi R users.
Apologies for the lack of concrete examples because the dataset is large, and it being so I believe is the issue.
I multiple, very large datasets for which I need to generate 0/1 absence/presence columns
Some include over 200M rows, with two columns that need presence/absence columns based on the strings contained within them, as an example, one set has ~29k unique values and the
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...0wI5_ICvaWnxR;v?G8kxzq=ij`5
zxk=?IJ)I6xlC(5v+FdqQl#xJQ;#IyY`2<l?fB^R51?+;_$o4HvxlVCzCRcr%1dSGL
z001BWNkl<ZRC+z{+(-=F8|xj*O1wdu(VYgUcIm(4)&3Q|AO6PnpSh4)%oqOO$s`vd
zZF{h?crvz2r_yeE`ARGMhV606c^M;J0mTMYyjne@T2N|Au})9ME-hZKm%`map?%;{
ztWEX%t5*Zp>kbqh07qad5c{|;RGmD@01={6sooR>p_fvrRJUx|QrE0mGb4Y0e{5}S
zv9`7*KR=(WtSpOb*RHv2+O(<3kt0V8N=r+H9zA+U@4x>(p`oFVG+(t^O@|I0=+L19
z^XJcJ@#4iST)2>*eir!fz0pi~bti_(E7kRRA3N@jNAdFV;_%_a6b<N1M*5HF{#}72
zia0dsicS4+z3G^82m+S%8ev(l5k7sUperpR{p^0yqPB1%awEl=DcC!yaInoQOGn*v
zUo%jEPLIEDVagRuOe*)SNVr+Hz^$($De2HUvQ)k#XOxW<cvxakYN6NpE9Lk$PTF)q
zs={KuLE...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2005 Jan 19
1
sshd hangs
using openssh-3.8.1p1 from sunfreeware.com on a SunOS XXX 5.8
Generic_117000-03 sun4u sparc SUNW,Sun-Fire-V240.
sshd seems to ignore or miss SIGCLD. this is a rare behaviour we observe
about once per week in a ssh intensive environment.
the process hangs here:
truss:
24453: poll(0xFFBEEF28, 2, -1) (sleeping...)
gcore, mdb:
libc.so.1`_poll+4(b, 0, 0, ffbeef38, 6fc40,
2005 Jan 24
0
AW: sshd hangs
hello
applied the patch described below - unfortunately we still experience
rare hangs of the remote sshd. not surprising as the patch only changes
a few lines in server_loop() - but not in server_loop2() which i used
for non-interactive sessions.
process id of hanging sshd: 26110
process is sleeping forever in poll (why does server_loop2() sleep
forever?):
root at XXX:~# truss -fp 26110
26110:
2001 Nov 21
0
Samba can't find file, NT can
We're having a problem with an application called Grade Machine
running on Windows 98 workstations. The problem occurs when
trying to save when overwriting the currently open class file.
It works on NT 3.51, it works on the local drive, it works
on Samba when short directory names are used, it doesn't
work under Samba 2.0.10 or 2.2.2 when saving to a file in
a folder such as "My