search for: rcache

Displaying 7 results from an estimated 7 matches for "rcache".

Did you mean: cache
2006 Mar 24
1
ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - on FreeBSD 6-STABLE
...#39; mode to do so. I now, however, get a slightly different error message: ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE RCACHE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE RCACHE taskqueue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE WCACHE taskqueue timeout - completing request directly ad4: WARNING - SET_MULTI taskqueue timeout - completing request direct...
2008 Oct 23
2
Promise SX4060 on 7.1-BETA2
...CD keeps repeating the following (error) messages: (I'm retyping here) ============================================================================ ================== ad4: WARNING - SETFEATURES SET TRANSFER MODE task queue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE RCACHE task queue timeout - completing request directly ad4: WARNING - SETFEATURES ENABLE WCACHE task queue timeout - completing request directly ad4: WARNING - SET_MULTI task queue timeout - completing request directly ad4: FAILURE - READ timed out LBA=0 ad4: FAILURE - READ retrying (1 retry left) LBA=0...
2011 Nov 03
1
Call function only when running via R CMD check?
...39;R CMD check', e.g. an R or an environment variable being set? The background for this is that some of my packages' examples are using memoization to cache computational expensive results (via the 'R.cache' package). These are cached to files which are by default stored under ~/.Rcache/. It turns out that these files live beyond the check cycle of the CRAN check servers, meaning that the next time the package is checked memoized results will be picked up. If I could detect that we're running via 'R CMD check', then I could change the default cache directory to a te...
2011 Aug 30
1
Why does loading saved/cached objects add significantly to RAM consumption?
...sively for time consuming computations and yesterday I happened to notice some very strange behavior in that respect: When I execute a given computation whose result I'd like to cache (tried both saving it as '.Rdata' and via package 'R.cache' which uses a own filetype '.Rcache'), my R session consumes about 200 MB of RAM, which is fine. Now, when I make use of the previously cached object (i.e. loading it, assigning it to a certain field of a Reference Class object), I noticed that RAM consumption of my R process jumps to about 250 MB! a Each new loading of cached...
2007 Dec 10
4
Reading through a group of .RData files
Hi. I have a procedure that reads a directory, loops through a set of particular .RData files, loading each one, and feeding its object(s) into a function, as follows: cvListFiles<-list.files(fnDir); for(i in grep(paste("^",pfnStub,".*\\.RData$",sep=""),cvListFiles)){ load(paste(fnDir,cvListFiles[i],sep="/")); myFunction(rliObject); rm(rliObject); };
2006 Mar 05
0
Converted tattle.pl to ruby - anyone want to be a tester?
...quot;] = offender.abuse end end class Attacker require ''net/http'' attr_accessor :rhost, :lines def initialize @lines = [] end def abuse Net::HTTP.start(''www.spamcop.net'') {|http| req = Net::HTTP::Get.new(''/sc?action=rcache;ip='' + rhost) response = http.request(req) lins = response.body.split("<br>") lins.each { |lin| if lin[''Using best contacts''] @abuse = lin.split(" ")[3] end } }...
2013 Nov 23
2
SSD becomes detached 9.2
...s blocked ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <Samsung SSD 840 EVO 120GB EXT0AB0Q> s/n S1D5NSAD915803Y detached ahcich0: Timeout on slot 31 port 0 ahcich0: is 00000001 cs 00000000 ss 00000000 rs 80000000 tfd 50 serr 00000000 cmd 00047f17 (ada0:ahcich0:0:0:0): SETFEATURES ENABLE RCACHE. ACB: ef aa 00 00 00 40 00 00 00 00 00 00 (ada0:ahcich0:0:0:0): CAM status: Command timeout (ada0:ahcich0:0:0:0): Error 5, Periph was invalidated ahcich0: Timeout on slot 31 port 0 ahcich0: is 00000002 cs 00000000 ss 00000000 rs 80000000 tfd 50 serr 00000000 cmd 00047f17 (aprobe0:ahcich0:0:0:0):...