search for: 3583mb

Displaying 8 results from an estimated 8 matches for "3583mb".

2016 Apr 06
4
Memory problem
...However, when I try to use more than 1000 simulations, I get following error. > sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, change_in_mtm_bc = mtm_bc - mtm_bc[1]) Error: cannot allocate vector of size 15.6 Mb In addition: Warning messages: 1: Reached total allocation of 3583Mb: see help(memory.size) 2: Reached total allocation of 3583Mb: see help(memory.size) 3: In output[[var]][rng] <- df[[var]] : Reached total allocation of 3583Mb: see help(memory.size) 4: In output[[var]][rng] <- df[[var]] : Reached total allocation of 3583Mb: see help(memory.size) 5: In o...
2016 Apr 06
0
Memory problem
...imulations, I get > following error. > > > sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, > change_in_mtm_bc = mtm_bc - mtm_bc[1]) > > Error: cannot allocate vector of size 15.6 Mb > > > In addition: Warning messages: > 1: Reached total allocation of 3583Mb: see help(memory.size) > 2: Reached total allocation of 3583Mb: see help(memory.size) > 3: In output[[var]][rng] <- df[[var]] : > Reached total allocation of 3583Mb: see help(memory.size) > 4: In output[[var]][rng] <- df[[var]] : > Reached total allocation of 3583Mb: see help(m...
2016 Apr 06
1
Memory problem
...s. However, when I try to use more than 1000 simulations, I get following error. > sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, change_in_mtm_bc = mtm_bc - mtm_bc[1]) Error: cannot allocate vector of size 15.6 Mb In addition: Warning messages: 1: Reached total allocation of 3583Mb: see help(memory.size) 2: Reached total allocation of 3583Mb: see help(memory.size) 3: In output[[var]][rng] <- df[[var]] : Reached total allocation of 3583Mb: see help(memory.size) 4: In output[[var]][rng] <- df[[var]] : Reached total allocation of 3583Mb: see help(memory.size) 5: In output[...
2016 Apr 06
0
Memory problem
...0 simulations, >I get following error. > >> sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, >change_in_mtm_bc = mtm_bc - mtm_bc[1]) > >Error: cannot allocate vector of size 15.6 Mb > > >In addition: Warning messages: >1: Reached total allocation of 3583Mb: see help(memory.size) >2: Reached total allocation of 3583Mb: see help(memory.size) >3: In output[[var]][rng] <- df[[var]] : >Reached total allocation of 3583Mb: see help(memory.size) >4: In output[[var]][rng] <- df[[var]] : >Reached total allocation of 3583Mb: see help(m...
2016 Apr 06
0
Memory problem
...imulations, I get > following error. > > > sorted2 <- ddply(sorted, .(currency_from_exch, id), mutate, > change_in_mtm_bc = mtm_bc - mtm_bc[1]) > > Error: cannot allocate vector of size 15.6 Mb > > > In addition: Warning messages: > 1: Reached total allocation of 3583Mb: see help(memory.size) > 2: Reached total allocation of 3583Mb: see help(memory.size) > 3: In output[[var]][rng] <- df[[var]] : > Reached total allocation of 3583Mb: see help(memory.size) > 4: In output[[var]][rng] <- df[[var]] : > Reached total allocation of 3583Mb: see help(m...
2011 Sep 13
1
SVD Memory Issue
...ighting")= chr [1:2] "term frequency" "tf" SVD is calcualted using: > tdm_matrix <- as.matrix(tdm2) > svd_out<-svd(tdm_matrix) Error: cannot allocate vector of size 767.7 Mb In addition: Warning messages: 1: In matrix(0, n, np) : Reached total allocation of 3583Mb: see help(memory.size) 2: In matrix(0, n, np) : Reached total allocation of 3583Mb: see help(memory.size) 3: In matrix(0, n, np) : Reached total allocation of 3583Mb: see help(memory.size) 4: In matrix(0, n, np) : Reached total allocation of 3583Mb: see help(memory.size) Thank you. Ravi...
2009 Jul 02
1
Quantitative Risk Management by McNeil
Dear Specialists in R, May be somebody has experiment in using pakage for the book Quantitative Risk Management by McNeil? This package is writen in R. I have run this package for fitting the data to Nornal Inverse Gaussian distribution and fased with following problem. > Return<-read.csv("data.csv") > Transpose<-t(Return) > fit.NH(Transpose, case="NIG",
2010 Oct 13
0
mtrr error
...>>>>> write-combining >>>>>>>>>> mtrr: type mismatch for e0000000,10000000 old: uncachable new: >>>>>>>>>> write-combining when run IDL with simple draw function, got segmentation fault /proc/mtrr: reg00: base=0xdff00000 (3583MB), size= 1MB: uncachable, count=1 reg01: base=0xe0000000 (3584MB), size= 512MB: uncachable, count=1 Then I switched another ATI RV370, the mtrr error is gone, but still got segmentation fault But 2. on T3400 with dual-core, CentOS5.5, same ATI RV370 video card and IDL 7.1, everything works just...