search for: 255mb

Displaying 18 results from an estimated 18 matches for "255mb".

Did you mean: 250mb
2005 Jul 14
1
memory problem
...*Xs=**as.matrix(data[,1:2]) * *koef**=data.frame(read.spss("C:\\Ginters\\Kalibracija\\f.sav")) * *piks=**as.matrix(koef[,1**])* *g=regressionestimator(Xs,piks,t)* I get: *Error: cannot allocate vector of size 1614604 Kb In addition: Warning messages: 1: Reached total allocation of 255Mb: see help(memory.size) 2: Reached total allocation of 255Mb: see help(memory.size) * My OS is Win 2000 Proffesional. Those 2 objects are of sizes *> object.size(Xs) [1] 805404 > object.size(piks) [1] 115128* accordingly. The 2 files use only 142KB and 60KB accordingly. Why does memory nee...
2004 Sep 14
3
memory allocation error message
Dear all I use the library(netCDF) to read in NCEP data. The file I want to read has size 113 Mb. When i try to read it I get the following message: Error: cannot allocate vector of size 221080 Kb In addition: Warning message: Reached total allocation of 255Mb: see help(memory.size) I get a similar message when I try to read a file with 256 Mb in a PC with 2 GigaByte RAM. Is there something that I can do to handle this problem of reading big netCDF files with R-project. I look forward for your help. Prodromos Zanis ********************************...
2002 Sep 30
2
Memory problem
Dear list I am running a data simulation, which is needed to simulate up to a million pieces of data. I am getting the following memory error : Error: cannot allocate vector of size 11 Kb In addition: Warning message: Reached total allocation of 255Mb: see help(memory.size) I am running a PC with 256Mb RAM and R seems to be taking up the entire allocation and is still not able to do the simulation. Could anybody tell me how much RAM is needed for this sort of process and if there is any way of allocating more memory to R. Many thanks Laura...
2005 Nov 03
1
R save very huge matrices in files
...;C:/Programme/rw1061/SMatrix.txt",sep=" ",quote=FALSE,row.names=FALSE,col.names=FALSE) SMatrix is the matrix I want as a file. Unfortunately this does not work. Error message: Error: cannot allocate vector of size 32665 Kb In addition: Warning message: Reached total allocation of 255Mb: see help(memory.size) Is there any command, which could help? What can I to in order to save SMatrix? Moritz Marienfeld
2019 Jun 20
1
mremap_anon() failed: Not enough space
...se that should only show up when the mount point is full. Yes, there's about 3TB available there. > Also, what is your definition of ?plenty?? (I have some index files in the 50MB range, and I am sure there are people with indexes much larger than that). The index file in question was 255MB. In desperation, and watching the other thread going on about index files, I moved dovecot.index.cache aside and let it be re-created. No further issues have appeared in the log, and the new dovecot.index.cache file (created yesterday) has grown to about 120KB. The spool in question was about...
2002 Nov 27
2
Date: Wed, 27 Nov 2002 09:23:31 -0600
Dear all: I am another R-beginner in the state. I have tried to analyze a large data (3,600 kb as csv format) set with R. When I type lm(x~y), it says > ==== > Error: cannot allocate vector of size 1017272 kb. > In addition: Warning message: > Reached total allocation of 255MB: see help(memory.size) > ==== > So, I tried the following. > >memory.size() > [1] 51620896 > >memory.limit() > [1] 267878400 > >melory.limit(1200) > NULL > Error: cannot allocate vector of size 1017272kb. > Does any of you have any idea how can I solve this...
2002 Apr 30
1
MemoryProblem in R-1.4.1
...ub-list, say: list.glm1, list.glm2,.... Now I'm using of course: out1<-lapply(list.glm1, myfun) out2<-lapply(list.glm2, myfun) .... However only the first works, for the second one it is: Error: cannot allocate vector of size 3 Kb In addition: Warning message: Reached total allocation of 255Mb: see help(memory.size) So I increase the memory > memory.limit(size=300) NULL > out2<-lapply(list.glm2, myfun) #works > out3<-lapply(list.glm3, myfun) #does not works Error: cannot allocate vector of size 31 Kb In addition: Warning message: Reached total allocation of 300Mb: see hel...
2008 May 09
14
[PATCH] patch to support super page (2M) with EPT
Attached are the patches to support super page with EPT. We only support 2M size. And shadow may still work fine with 4K pages. The patches can be split into 3 parts. Apply order is as attached. tool.diff To allocate 2M physical contiguous memory in guest except the first 2M and the last 2M. The first 2M covers special memory, and Xen use the last few pages in guest memory to do special
2001 Aug 31
2
accessing virtual memory
Hello R users, I am doing some work with a large data set but am running out of memory. I understand that R dynamically loads memory as it needs it, but for some reason it cannot seem to find my virtual memory. It's limit is about 256M (my hard memory) regardless of the amount of virtual memory. I'm running R 1.30 on Windows NT. Am I missing an easy fix here? Many thanks in advance,
2009 Apr 13
5
HP Laserjet Printer Installation
...Disk: *None RAMDisk HardDisk HPOption_MBM_Mixed/Accessory Output Bins: *Standard MBMStaplerStacker MBMStacker HPFinisher HPMultiBinMailbox HPMailboxMode/Mailbox Mode: *PrintersDefault Standard MBMode StackerMode SeparatorMode SorterCollatorMode InstalledMemory/Total Printer Memory: *64-127MB 128-255MB 256-383MB 384-512MB HPOption_PaperPolicy/Fit to Page: *PromptUser NearestSizeAdjust NearestSizeNoAdjust HPJobRetentionOption/Job Retention: HPJobRetentionQuickCopy HPJobRetentionProof HPJobRetentionStore *HPJobRetentionOff HPUserName/User Name: *FileSharingName Forms Set HPJobName/Job Name: *Doc...
2018 Apr 21
0
What is the maximum speed for download from a samba share
...e cifs protocol as easiest (over a local network). With a 10Gb (limited to 8Gb due to running on older PCIe interface) card, I'm getting: /h> bin/iotest Using bs=16.0M, count=64, iosize=1.0G R:1073741824 bytes (1.0GB) copied, 1.67486 s, 611MB/s W:1073741824 bytes (1.0GB) copied, 4.01592 s, 255MB/s .... Also, on a local net, using Jumbo packets also helps (I have a 9000B MTU on my local net). The speeds / values using 'Bytes', (2**3) use the base2 prefixes for consistency. To get values in mbits, multiple by 8.388608. The above test only tests transfer speed -- not file i/o -- i...
2018 Apr 20
3
What is the maximum speed for download from a samba share
What is the maximum speed for download from a samba share? I have a 100 kbit/s Internet The maximum speed for a download from my  webserver with samba is about 25.000 kbit/s The bottleneck is the samba access.  Without samba  I can download with 100 kbit/s So the question? is it possible to get more speed or is this the maximum speed with samba? I tried a lot of hints for samba tuning but
2019 Jun 19
3
mremap_anon() failed: Not enough space
Hey folks. Suddenly I'm getting lots and lots of messages like this in my logs: Jun 19 14:47:31 <hostname> dovecot: [ID 583609 local0.error] imap(<address>): Error: mremap_anon(/var/mail/<domain>/<uname>/mailboxes/INBOX/Trash/dbox-Mails/dovecot.index.cache, 255557632) failed: Not enough space I'm running 2.2.36.1 under Solaris 10 (patched to current) on
2008 Oct 26
4
Bug#503556: crashes on geode
...res (XEN) Found 0 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 00000000000a0000 (usable) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 0000000010000000 (usable) (XEN) 00000000fff00000 - 0000000100000000 (reserved) (XEN) System RAM: 255MB (261760kB) (XEN) ACPI: Unable to locate RSDP (XEN) Xen heap: 9MB (10184kB) (XEN) Domain heap initialised: DMA width 32 bits (XEN) PAE disabled. (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 498.060 MHz processor. (XEN) ----[ Xen-3.2-1 x86_32 debug=n Not tainted ]---- (XEN)...
2007 Oct 10
11
please help me
dear list I am student M.S. statistics in department statistics . I am working in the function "nls" in the [R 2.3.1] with 246 data and want to fit the "exp" model to vectors( v and u ) but I have a problem to use it u 5.000000e-13 2.179057e+03 6.537171e+03 1.089529e+04 1.525340e+04 1.961151e+04 2.396963e+04 2.832774e+04 3.268586e+04 3.704397e+04 4.140209e+04
2009 May 08
3
Fw: HP Laserjet Printer Installation
...*Standard MBMStaplerStacker >>>> MBMStacker HPFinisher HPMultiBinMailbox >>>> HPMailboxMode/Mailbox Mode: *PrintersDefault Standard MBMode > StackerMode >>>> SeparatorMode SorterCollatorMode >>>> InstalledMemory/Total Printer Memory: *64-127MB 128-255MB 256-383MB >>>> 384-512MB >>>> HPOption_PaperPolicy/Fit to Page: *PromptUser NearestSizeAdjust >>>> NearestSizeNoAdjust >>>> HPJobRetentionOption/Job Retention: HPJobRetentionQuickCopy >>>> HPJobRetentionProof HPJobRetentionStore *HPJobRete...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...00] ACPI: APIC 0ffffd50 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0ffffd10 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] ACPI: SSDT 0ffff6c0 00644 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 255MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 0fffe000 [ 0.000000] low ram: 0 - 0fffe000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] Normal [mem 0x01000000-0x0fffdfff] [ 0.000000] HighMem empty [ 0.000000] Movable zone...
2013 Jun 03
0
[virtio_blk] BUG: unable to handle kernel paging request at ff7f5784
...00] ACPI: APIC 0ffffd50 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0ffffd10 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] ACPI: SSDT 0ffff6c0 00644 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 255MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 0fffe000 [ 0.000000] low ram: 0 - 0fffe000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] Normal [mem 0x01000000-0x0fffdfff] [ 0.000000] HighMem empty [ 0.000000] Movable zone...