Displaying 2 results from an estimated 2 matches for "mermory".
Did you mean:
memory
2006 Aug 17
6
Memory error
I''m using ruby on rails on a Macbook Pro with sqlite3. I''m finding that
memory for the ruby process stays about 20mb until I hit an error after
which the mermory doesn''t seem to be released and keeps going up until I
can''t use my machine.
What could be causing this? is it using sqlite3? have I set up rails or ruby
wrong?
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipe...
2003 Dec 22
2
Memory allocation
...11
day 21
language R
In the shortcut for invoking R I have set --max-mem-size=1024M, so that I
get
> memory.limit()
[1] 1073741824
Below is an example of what keeps happening as I am working. Any suggestions
as to how I can stop running out of mermory?
> memory.size()
[1] 502904736
> log2.harvAD <- log2.harvAD[log2.harvAD$Probesets %in%
harvard.genes$probeset,]
Error: cannot allocate vector of size 49 Kb
> log2.harvAD <- log2.harvAD[,c(1,1+order(names(log2.harvAD)[-1]))]
Error: cannot allocate vector of size 49 Kb
> log2.harvA...