similar to: > 2GB memory?

Displaying 20 results from an estimated 30000 matches similar to: "> 2GB memory?"

2009 May 09
5
Reading large files quickly
I'm finding that readLines() and read.fwf() take nearly two hours to work through a 3.5 GB file, even when reading in large (100 MB) chunks. The unix command wc by contrast processes the same file in three minutes. Is there a faster way to read files in R? Thanks!
2008 Oct 13
1
building R with goto BLAS on Ubuntu 8.04
I have successfully built R version 2.8.0 RC (2008-10-13 r46702) from subversion director on Ubuntu 8.04. I would like to build a version which uses goto BLAS. Thus far, I've downloaded the academic version of goto blas and run the quickbuild command on my system: ./quickbuild.32bit This command is successful creates a file: libgoto_baniasp-r1.26.so I'm a little vague on
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
I have created a very simple DialogBlocks project that consists of a very simple wxWizard. I have exported the project to XRC and am trying to get XRCise to process it. XRCise produces the message "Cannot create wrapper for subclass of wxWizard". Is this a symptom of the XPath parsing in Ruby 1.8.6 bug? Or am I doing something wrong? My env: ruby 1.8.6 (2007-03-13 patchlevel 0)
2020 Mar 27
1
Centos 8 minimal install
Hi R C. The resulting installation is smaller than the image that you download through FTP, etc. When I first installed this OS during version 5, I was amazed that the installation took a mere fraction of the time it took to go through the menu. Heh. Anyway, give it a whirl as it?s quick. I?m assuming you mean a headless installation. Oh and I?m top posting because it?s logical.
2012 Nov 22
19
ZFS Appliance as a general-purpose server question
A customer is looking to replace or augment their Sun Thumper with a ZFS appliance like 7320. However, the Thumper was used not only as a protocol storage server (home dirs, files, backups over NFS/CIFS/Rsync), but also as a general-purpose server with unpredictably-big-data programs running directly on it (such as corporate databases, Alfresco for intellectual document storage, etc.) in order to
2004 Nov 13
2
Thrashing?
Does R do its own swapping out to disk? I disabled Linux swapping and the system still gets stuck in Purgatory where there's little CPU activity but the disk goes like crazy. That's with R having almost the whole machine to itself and running a memory hungry compute only function. I've seen this behavior with other version numbers but I'm running R 2.0.0 under Fedora Core 3.
2004 Oct 26
2
Idiom for column operations?
Is there a better way to express operations between matrices and column vectors than transposing the matrix twice? This is the kind of thing I'm talking about: m = matrix(1:20, 3, 4) v = colSums(m) t(t(m) / v) ## <-- kinda ugly, ain't it? I thought of converting the column vector to a matrix: m / matrix(v, nrow = nrow(m), ncol = length(v), byrow = TRUE) But that seems even
2007 Aug 25
2
Austin meetup?
Looks like I''ll be in Austin from Tuesday (late) night until Saturday morning. Any Puppeteers in Austin who want to get together? I''ve got vague plans to hang out with whurley, but I''d love to meet a few more people in the community. Wednesday, Thursday, or Friday night should work fine (although not all three). -- Always behave like a duck - keep calm and
2010 Jun 12
0
[LLVMdev] Bignum development
On 12 June 2010 00:51, Eli Friedman <eli.friedman at gmail.com> wrote: > On Fri, Jun 11, 2010 at 3:28 PM, Bill Hart <goodwillhart at googlemail.com> wrote: >> Hi Eli, >> >> On 11 June 2010 22:44, Eli Friedman <eli.friedman at gmail.com> wrote: >>> On Fri, Jun 11, 2010 at 10:37 AM, Bill Hart <goodwillhart at googlemail.com> wrote:
2009 Nov 26
3
Best way to preallocate numeric NA array?
These are the ways that occur to me. ## This produces a logical vector, which will get converted to a numeric ## vector the first time a number is assigned to it. That seems ## wasteful. x <- rep(NA, n) ## This does the conversion ahead of time but it's still creating a ## logical vector first, which seems wasteful. x <- as.numeric(rep(NA, n)) ## This avoids type conversion but still
2006 Jun 13
2
Windows XP and Samba 3.0.22 -- don't mix?
All, I desperately need a resolution to this issue. I've asked once (about a day or two ago), but I haven't heard anything back. The only reason I press the issue is I may because without a quick resolution, I may be forced to switch over to AD (cry!). I submitted a request via Bugzilla but I saw a slightly similar problem with 3.0.20a that still hasn't been resolved, so I
2010 Mar 13
3
[BUG] Menus on Snow Leopard not working correctly
I posted the following bug at http://rubyforge.org/tracker/index.php?func=detail&aid=27962&group_id=35&atid=218. Is anyone else dealing with this? > In running the 2.0.1 samples under OS X 10.6.2, some menu items do not appear as they should. > > For example: > * in the "minimal" sample, the "file" menu appears in the menu bar, but the individual items
2008 Dec 22
3
Error: cannot allocate vector of size 1.8 Gb
> dim(data) [1] 22283 19 > dm=dist(data, method = "euclidean", diag = FALSE, upper = FALSE, p = 2) Error: cannot allocate vector of size 1.8 Gb Hi Guys, thank you in advance for helping. :-D Recently I ran into the "cannot allocate vector of size 1.8GB" error. I am pretty sure this is not a hardware limitation because it happens no matter I ran the R code in a
2020 Jun 02
2
[PATCH] drm/nouveau/clk/gm20b: Fix memory leak in gm20b_clk_new()
On Tue, Jun 02, 2020 at 01:10:34PM +0200, Markus Elfring wrote: > > The original patch was basically fine. > > I propose to reconsider the interpretation of the software situation once more. > > * Should the allocated clock object be kept usable even after > a successful return from this function? Heh. You're right. The patch is freeing "clk" on the
2008 Feb 22
3
Will this be sufficient for 20+ concurrent calls?
This is my first time setting up Asterisk in production and we are buying the Digium TE121-card for use with an ISDN-30 connection. We are considering buying a Fujitsu-Siemens Primergy TX200 S4 - http://www.fujitsu-siemens.com/products/standard_servers/tower/primergy_tx200s4.html - for handling the calls. Quad-Core Xeon, 2.5 GHz / 2 x 6 MB / 1333 Mhz. 2 GB RAM, 3.5" SATA II discs. I know this
2009 Nov 06
2
DatePickerCtrl uninitialized constant
I trying to make a Dialog that include a DatePickerCtrl on my gentoo linux box. I get the following error /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in `const_missing'': uninitialized constant PortfolioDialog::DatePickerCtrl (NameError) My application use ActiveRecord, thats why the error is from activesupport. gem list says wxruby (1.9.9,
2006 Jan 30
1
Grandstream Budgetone BT-101 audio problems
Hi all, I'm having a really frustrating time with a bunch of BT-101 phones. They've been trouble-free and working very well for the past several months. A couple of days ago, some of the phones (but not all of them, yet) have started acting very strangely. All phones are running firmware 1.0.6.7, and are identically configured (except for the user/authenticate/password things) on both the
2010 Nov 13
2
Scrolling / wxPanel / wxFlexGridSizer
I have a problem getting scroll bars to become active. Scrollbars appear but do not actually scroll. The problem I am trying to solve is to list a large number of key/value pairs. I looked to use PropertyGrid but did not find it in wxruby 2.0.1. I''m really stuck and would appreciate any help. Thanks, Dave Details: I am starting with an .xrc file containing: ...
2015 Mar 02
4
selinux allow FTP
2015-03-03 0:43 GMT+02:00 Tim Dunphy <bluethundr at gmail.com>: > > > > errr, I meant, sftp, not rscp > > > Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow > regular ol' FTP using SELinux? Or does that just defeat the purpose of > having a secure SELlinux server entirely? > FTP is not safe as it does not encrypt username(s)
2016 Jun 10
2
Fixed updates for EL5 / EL6
> Please go download -8 and test it. Sorry to be ignorant but how do I do that in EL6? Thanks!