similar to: FW: Memory Problem

Displaying 20 results from an estimated 2000 matches similar to: "FW: Memory Problem"

2011 Feb 17
2
amount of data R can handle in a single file
Dear Sir/Madam, I would like to know what is the maximum number of observations a single file must have when using R. I am asking this because am trying to do research on banking transactions and i have around 49million records. Can R handle this? Advise with regard to this. Mark Nasila Quantitative Analyst CBS Risk Management Personal Banking 7th Floor, 2 First Place, Cnr
2008 Apr 08
1
IAX2 speex payload using ZoIPer
Using Wireshark I can see that ZoIPer always send a 160 byte payload. First few payloads contain 20 bytes of data (what I believe to be a mode 3 frame, ie first byte in 0x18 - 0x1F range), followed by 0x7B (21st byte), ie. 5 bit 0x0F terminator padded with 011. ... and then zeroes all the way up to 160 bytes. ... but then after a few payloads there are more following these 21 bytes ...
2007 Sep 11
1
apche vhosts ldap
Hi all, i am building a web server on centos version 4 running httpd-2.0.52 mysql we have a ldap server on the network which has got all the vhost details. so i am trying to pull vhost details from the ldap server could not find module vhosts ldap for centos. can some one please point me in the right direction any help is much appreciated. cheers phani
2007 Oct 17
3
getent passwd not listing domain users, nsswitch.conf is configured
Using Samba 3.0.25c on OpenSolaris nv72. wbinfo -u lists domain users as expected. getent passwd only lists local users. nsswitch.conf has the following lines: passwd: files winbind group: files winbind My smb.conf is below. Where should I start to troubleshoot? [global] realm = FNB.LOCAL workgroup = FNB security = ADS use kerberos keytab = true ; password server =
2003 Oct 09
1
Scoping rules
Dear List members: I'm using R1.7.1 (Windows 2000) and having difficulty with scoping. I've studied the FAQ and on-line manuals and think I have identified the source of my difficulty, but cannot work out the solution. For the purposes of illustration. I have three functions as defined below: fnA <- function(my.x) { list(first=as.character(substitute(my.x)), second=sqrt(my.x)) }
2013 Sep 13
2
[LLVMdev] [lld] Implementing the aliasing feature
On 9/13/2013 6:06 PM, Nick Kledzik wrote: > On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: >> This would work only if an alias is another name for the same symbol(weak symbols). > I don’t know what that means. Can you clarify? Doesnt this imply that the alias atom is a zero sized atom ? >> If what is being aliased is another function
2013 Sep 14
0
[LLVMdev] [lld] Implementing the aliasing feature
On Sep 13, 2013, at 4:16 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > On 9/13/2013 6:06 PM, Nick Kledzik wrote: >> On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: >>> This would work only if an alias is another name for the same symbol(weak symbols). >> I don’t know what that means. Can you clarify? > Doesnt
2013 Sep 16
1
[LLVMdev] [lld] Implementing the aliasing feature
On 9/13/2013 8:51 PM, Nick Kledzik wrote: >> If I alias the atom, and add a layoutBefore from fna to fnb, fnb is going to have a seperate virtualaddress from fna. > This sounds like you mean “alias” to mean take one implementation and override another implementation (that has a different name) Yes. I think ELF could treat it as a Layout-Before reference too. This way Darwin can share the
2008 Feb 05
1
Got *** caught segfault *** with Quantreg on Mac (PR#10699)
Full_Name: Edward Huang Version: 2.6.1 OS: Mac OS 10.5.1 Leopard Submission from: (NULL) (71.198.106.232) I'm trying to run quantile regression on my data. I just couldn't make it work. The same dataset ran okay on STATA 10, tho. Would you please take a look at it? Here is the error message: *** caught segfault *** address 0x3ff00008, cause 'memory not mapped' Traceback:
2006 Jul 17
2
Quantreg error
Dear User, I got the following error running a regression quantile: > rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 ); > summary(rq1) Erro em rq.fit.fnb(x, y, tau = tau + h) : Error info = 75 in stepy: singular design Any hint about the problem? Thanks a lot, ________________________________________ Ricardo Gon?alves Silva, M. Sc. Apoio aos Processos de Modelagem Matem?tica
2003 Oct 09
0
Scoping Rules: Summary
Thanks to Andy Liaw, Roger Peng, Thomas Lumley, Brian Ripley and Peter Dalgaard, all of whom addressed my questions or threads arising from them. The full messages were posted to the list so this is a brief summary: Andy Liaw explained the difference between lexical and dynamic scoping and the rationale behind the choice of lexical scoping for R. Roger Peng showed how to modify fnB. Brian
2008 Mar 17
2
XEN ON IBM System X3650/X3950
Hi,all, Is there anyone which installed xen on ibm system x3650? I read a link from redhat: http://kbase.redhat.com/faq/FAQ_46_10304.shtm That is running xen guests on System x3950 is not recommended. I installed rhel5.1 x86_64 on a ibm system x3650 with xen kernel,but I can not install guest with paravirtualizing,the guest os include rhel5.1 32/64bit rhel4.5/32bit the guest crashed when the
2016 May 13
4
Installing 32-bit CentOS 6 on a new Lenovo System x3650 M5 server?
Is there any known incompatibility with the latest 32-bit (i386) CentOS 6 and the latest Lenovo x3650 M5 servers? I?ve been running i386 CentOS 6.X on 3 year old x3650 M4 servers without any issues. Our development environment has not been ported to 64-bit (x86_64) yet, so we are stuck using i386 for another few months. When I try to boot from the netinstall ISO image I just get a ?Boot Failed?
2007 Jul 31
1
Problems using TE412P and TDM400B in a IBM x3650
Another day, another apparant unexplained hardware incompatibility. I have a TE412P and a TDM400B living quite happily in a whitebox using an Intel motherboard: http://www.intel.com/design/servers/boards/se7230nh1-e/index.htm I tried to move to an IBM x3650 system. It uses a slightly newer chipset, but apparantly it's in the same family. The SE-7230 board has been EOL'd and the
2013 Sep 13
0
[LLVMdev] [lld] Implementing the aliasing feature
On Sep 13, 2013, at 3:35 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > This would work only if an alias is another name for the same symbol(weak symbols). I don’t know what that means. Can you clarify? > > If what is being aliased is another function definition, which is a non zero sized atom, aliasing will not work. That is the exact scenario I think it *will* work
2013 Sep 13
2
[LLVMdev] [lld] Implementing the aliasing feature
Hi Nick, This would work only if an alias is another name for the same symbol(weak symbols). If what is being aliased is another function definition, which is a non zero sized atom, aliasing will not work. I was thinking to model this for ELF for the below functionalities :- a) __wrap For example : --wrap fn What I plan to do here is, create a undefined function fn atom create a defined
2011 Oct 28
1
"file name too long" error during R CMD INSTALL
Hi all, I am attempting to install a package called phylobase from source directory. It all seems to work until the end, at which point it looks like the last compile command fails because the line is too long...perhaps because the g++ command line also includes "Loading ~/.Rprofile...", like this: ============================ g++ -arch i386 -dynamiclib
2013 Aug 16
2
Xyratex disk units
I am wondering if any one knows of a way to manage Xyratex disk shelves from CentOS (in particular CentOS 4). More details: Some years ago I installed a NAS unit from Exanet which consists of 2 rebadged IBM x3650 head nodes and a couple of Xyratex disk shelves with a total of 96 TB of raw disk, connected by fibre channel. The operating system is based on CentOS 4.4, but is modified, and runs a
2006 Jun 20
2
Documentation issues [Was: Function hints]
I would like to follow up on another one of the documentation issues raised in the discussion on function hints. Duncan mentioned that the R core were working on preprocessing directives for .Rd files, which could possibly include some sort of include directive. I was wondering if a "includeexamples" directive might also be considered. It often makes sense to use the same example to
2009 Jul 08
1
Unable to install 64 bit on x3650
Greetings, I am trying to install Centos 5.3 on IBM x3650 with Adaptec based ServeRAID 8k Just two disk in RAID 1 When trying boot with CD1 the booting process aborts with a kernel panic saying that some unknown-de and some message saying to use the correct 'root=' boot parameter. Kindly help Thanks and Regards Rajagopal