Displaying 20 results from an estimated 8000 matches similar to: "How to verify using more than 2GB of memory"
2004 May 19
3
Accessing more than 2GB memory in Windows
Greetings,
Can anyone confirm that R can access more than 2GB
of virtual memory on Windows? We are in the process
of porting a memory-hungry routine from Linux.
We are using R 1.8.1 on Windows 2000 Advanced Server;
we've set the 3GB switch in boot.ini, and rebooted
twice. We have run editbin against Rgui.exe ad Rterm.exe
and confirmed the header settings with dumpbin.exe.
We are invoking R
2005 Sep 29
2
memory issues with large data set
Hi,
I am running R 2.0.1.1. on Windows. It is a Dell Dimension with a 3.2 Ghz Processor and 4Gb RAM.
When using the ReadAffy() function to read in 97 arrays, I get the below error messages:
Error: cannot allocate vector of size 393529
Reached total allocation of 1024Mb: see help(memory.size)
When I use the comman "memory.limit(size=4000)" to increase the memory size to the
2011 Jul 30
5
Memory problems/questions
I have noticed that many games (Farcry 2, Fallout 3, Fallout: New Vegas, Drakensang) crash with some form of out of memory messages. So obviously something is leaking memory (whether it is wine or the game or drivers, I cannot say). But it always happens as soon as wine uses ~1.5 GB of RAM. Also I wonder if it has something to do with this bug: http://bugs.winehq.org/show_bug.cgi?id=25428
I ran
2006 Jan 26
1
maximizing available memory under windows XP
I have always been using ebitbin to set the 3GB switch in the windows
binary, but version 2.2.1 has this set as default (which I verified using
dumpbin). However, when I generate junk data to fill up my memory and read
the memory usage using gc(), it seems that I am not getting as good results
with 2.2.1 patched as I was with 2.2.0 after I edited the header. Under R
2.2.0 I was able to use over
2004 Jun 30
1
Large addresses (Rgui.exe editing)
I'm running R under a 32-bit Win2003 Server with 24 Go RAM ...
I read the FAQ and found that I have to edit my boot.ini file with the
"/PAE" switch; Done.
I noticed also that I have to set the R image header with the flag
"/LARGEADDRESSAWARE", but to do this I need Microsoft Visual Studio 6.0
software that I do not have ... Because Pr Ripley clearly mentionned the
steps
2020 Nov 08
1
Obj doesn't link under MSVC
Hello,
I'm using LLVM (10.0.1) in a project I'm working on. Unfortunately, I've
encountered a problem a few days ago I could not find a solution yet.
I'm using LLVM in combination with the Microsoft's compiler and the
platform I'm
targeting is also MSVC x64.
When linking a generated .obj file with code from another cpp into the
dll, the
linker complains as follows:
```
2007 Mar 06
4
Memory Limits in Ubuntu Linux
I am an R user trying to get around the 2Gig memory limit in Windows, so
here I am days later with a working Ubuntu, and R under Ubuntu. But - the
memory problems seem worse than ever. R code that worked under
windows fails, unable to allocate memory.
Searching around the web, it appears that the problem may be the ability to
find contguous memory for my big vectors, but a fresh boot of
2017 Jun 14
2
Using LLD to create a .lib from a .def
I'm copying some LLD code into my codebase like this:
// workaround for LLD not exposing ability to convert .def to .lib
#include <set>
namespace lld {
namespace coff {
class SymbolBody;
class StringChunk;
struct Symbol;
struct Export {
StringRef Name; // N in /export:N or /export:E=N
StringRef ExtName; // E in /export:E=N
SymbolBody *Sym = nullptr;
uint16_t Ordinal
2006 Jun 27
1
Memory available to 32-bit R app on 64-bit machine
I want to get a 64-bit machine/OS system so I can put 16Gb of RAM in it. As
first I assumed that I would have to use the 64-bit version of R to make use
of the 16Gb of RAM, which would mean that I would use the Linux version of
R. But I have heard many posters say they run the 32-bit version of R on a
64-bit machine/OS. So my questions, in Windows 64-bit, how much memory
would be available to
2014 Nov 09
1
inbox parameter is ignored within location config for public namespaces?
Hello,
i already asked a similiar question some month ago but still have no
fix for my problem :-(
This is my global location option in 10-mail.conf:
mail_location =
maildir:/home/vmail/%d/%n/MAILDIR:INBOX=/home/vmail/%d/%n/MAILDIR/.INBOX:INDEX=/home/vmail/%d/%n/INDEX/
This works fine, until i'm using a public namespace.
The following namespace is a normal user too, every mail to bos at
2003 Apr 08
2
OpenSSH compilation in AIX
[Note: CC to openssh-unix-dev added]
"Ph. Marek" wrote:
> I found you mail
> http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=104970105603800&w=2
> where you claim that you've compiled openssh in AIX.
That is correct, AIX 4.2.1, 4.3.3 and 5.1.
> Not my situation is as follows:
> openssh-3.6.1p1
> AIX 4.2
> gcc
>
2005 Mar 24
3
client-server setup for R
I am currently the only use-R at my company, but they are considering
buy a more powerful server and letting multiple people use it. They
asked me if R supports client-server setups. I know S+ has a server
version that does that. I didn't find anything about that on CRAN,
but hopefully someone can correct me.
I did see some stuff about R web servers
2007 Nov 12
2
Query an Access database based on a date attribute
Dear useRs,
I would like to query an Access database through R based on a date attribute
but, unfortunately, I fail to do so. For example, the table test_table of the
test.mdb looks like:
ID cd market competitor dd price
1 1 2007-11-20 atl-bos delta 2007-11-20 210
2 2 2007-11-20 atl-bos delta 2007-11-21 190
3 3 2007-11-20 atl-bos delta 2007-11-22
2017 Jun 15
2
Using LLD to create a .lib from a .def
On Wed, Jun 14, 2017 at 7:37 PM, Rui Ueyama <ruiu at google.com> wrote:
> On Wed, Jun 14, 2017 at 4:24 PM, Andrew Kelley via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> I'm copying some LLD code into my codebase like this:
>>
>> // workaround for LLD not exposing ability to convert .def to .lib
>>
>> #include <set>
>>
2006 Jan 24
2
importing a VERY LARGE database from Microsoft SQL into R
I am using R 2.1.1 in a Windows Xp environment.
I need to import a large database from Microsoft SQL
into R.
I am currently using the ?sqlQuery? function/command.
This works, but I sometimes run out of memory if my
database is too big, or it take quite a long time for
the data to import into R.
Is there a better way to bring a large SQL database
into R?
IS there an efficient way to convert
2007 Nov 13
1
R: Query an Access database based on a date attribute
It seems that Access needs that you surround the dates with a # symbol.
You probably need something like.
res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos'
and competitor = 'delta' and dd = #2007-11-20#")
Hope this helps,
Stefano
-----Messaggio originale-----
Da: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]Per
2005 Oct 25
8
Can anyone please tell me how to strip the white spaces from a character vector?
for example:
> a$tic[1:10]
[1] "AIR " "ABCB " "ABXA " "ACMR " "ADCT " "ADEX "
[7] "ABM " "AFCE " "AG " "ATG "
Can anyone please tell me how to strip the white spaces from a$tic?
Thanks,
Roger
[[alternative HTML version deleted]]
2008 Feb 08
1
Can I index a dataframe with a reference from/to a second dataframe?
Hello,
I am unable to figure out how to code a new column in a data frame based
on an existing column that matches a column in a reference data frame,
in a relational-db fashion. I would like this to maintain a minimum set
of reference tables that may be reused over several similar datasets.
Specifically, I have two data frames as listed below, 'Bos' and 'tree.'
For each case in
2001 Dec 15
1
reverse name lookup failed
Any time I try and setup a hosts allow option in the modules I get the
following errors:
I'm running this from the client.
rsync -rv ws2743::test3 /pw/prog/BOS/stuff
@ERROR: access denied to test3 from unknown (::3)
rsync: connection unexpectedly closed (62 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(139)
I get the following from the log file on the
2004 Dec 09
2
a question about swap space, memory and read.table()
Hi all
Two computers:
one is my desktop PC, windows2000, R 1.9.1. Physical RAM 256MB, Swap
(Virtual memory) 384Mb. When I allocate a large matrix, it firstly
uses up RAM, then use swap space. In windows' task manager, the usage
of memory could exceed my physic RAM's size.
The other machine is a remote server. Windows XP, R 1.9.1 Physical RAM 2GB.
Swap space 4GB. I use "R