Displaying 2 results from an estimated 2 matches for "153325".
Did you mean:
15325
2009 Jan 08
2
cups_async_callback(504) error after upgrade to 3.2.7
Hello there -
I just upgraded to 3.2.7 via an rpm from fedora - running fc6:
# uname -a
Linux yoda.wrenkasky.com 2.6.22.14-72.fc6 #1
SMP Wed Nov 21 15:12:59 EST 2007 i686 i686 i386 GNU/Linux
Since upgrading, I am getting the following every hour or so:
[2009/01/07 15:19:08, 2] printing/print_cups.c:cups_async_callback(504)
cups_async_callback: failed to read a new printer list
There's
2010 Jul 07
3
Large discrepancies in the same object being saved to .RData
...)
if(add)
rmlist[[i]] <- rm
}
fm <- lmlist[[loop]]
if(gr) {
print(what <- ls(envir = sys.frame(which = 1)))
remove(list = setdiff(what, "fm"))
}
fm
}
# baseline gc()
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 153325 4.1 350000 9.4 350000 9.4
Vcells 99228 0.8 786432 6.0 386446 3.0
###### 1. simple lm() simulation
> lmtest1 <- lmfunc()
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 184470 5.0 407500 10.9 350000 9.4
Vcells 842169 6.5 1300721 10.0...