search for: largeaddressawar

Displaying 14 results from an estimated 14 matches for "largeaddressawar".

Did you mean: largeaddressaware
2005 Jan 04
2
How to verify using more than 2GB of memory
My machine has 4Gb of memory under WinXP Pro. Re-reading R for Windows FAQ 2.7 I discovered that I can use editbin to add the "/LARGEADDRESSAWARE" tag in the header without re-compiling, so that is what I did. I also check that it worked using dumpbin. I then edited my Boot.ini file to add the /3GB switch. Then I went to my R.0.0.1 patched that I modified as above and checked memory limit: > memory.limit(NA) [1] 1073741824 This...
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 to follow in the rw-FAQ, I'm wonderring whether someone has already edited the R executable in that way, and thus could share this "new exe file&quot...
2020 Nov 08
1
Obj doesn't link under MSVC
...ination 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: ``` s.obj : error LNK2017: 'ADDR32' relocation to '.rdata' invalid without /LARGEADDRESSAWARE:NO LINK : fatal error LNK1165: link failed because of fixup errors ``` which is funny because as far as I can tell, that flag should have no effect on x64 anyway. If I add it to the linker command, it says it's ignored. I've noticed this happens when I use a global constant, eg. a string...
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
...Does anyone have a patch for current wine that implements the option of setting user space and kernel space memory limits. Or can anyone tell me where to find these limits in the source code. I'd like to play around a bit with these limits to force other distributions (eg. 3/1 GB split without LARGEADDRESSAWARE) to see whether this has an influence on this memory problem. My specs are: wine-1.3.25, AMD X2 2x3.0GHz, 4GB RAM (DDR2-800), GeForce GTX 285 (with NV proprietary driver 280.11), Creative SB X-FI.
2017 Jun 14
2
Using LLD to create a .lib from a .def
..._t HeapCommit = 4096; uint32_t MajorImageVersion = 0; uint32_t MinorImageVersion = 0; uint32_t MajorOSVersion = 6; uint32_t MinorOSVersion = 0; bool DynamicBase = true; bool AllowBind = true; bool NxCompat = true; bool AllowIsolation = true; bool TerminalServerAware = true; bool LargeAddressAware = false; bool HighEntropyVA = false; // This is for debugging. bool DebugPdb = false; bool DumpPdb = false; }; extern Configuration *Config; void writeImportLibrary(); void parseModuleDefs(MemoryBufferRef MB); } // namespace coff } // namespace lld //==================================...
2011 Feb 25
1
wine-1.3.14 working on Solaris 11 Express
Hello, Wine-1.3.14 came to working on Solaris 11 Express very fine. "Final Fantasy XI" and "Dragon Age 2 Demo" Dragon Age 2 Demo http://twitpic.com/43h8r2 Final Fantasy XI JP (Japanese input is terrible) http://twitpic.com/42u6ov http://twitpic.com/42u61h I operated by backout the fix. libwine: Reserve some low memory space even without a preloader.
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...t; PACKAGE_VERSION</Command> - <Message>Generating version.h</Message> + <Command> + </Command> + <Message> + </Message> </PreBuildEvent> <CustomBuildStep> <Command> @@ -439,8 +449,10 @@ <LargeAddressAware>true</LargeAddressAware> </Link> <PreBuildEvent> - <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> - <Message>Generating version.h</Message> +...
2017 Jun 15
2
Using LLD to create a .lib from a .def
...ImageVersion = 0; >> uint32_t MajorOSVersion = 6; >> uint32_t MinorOSVersion = 0; >> bool DynamicBase = true; >> bool AllowBind = true; >> bool NxCompat = true; >> bool AllowIsolation = true; >> bool TerminalServerAware = true; >> bool LargeAddressAware = false; >> bool HighEntropyVA = false; >> >> // This is for debugging. >> bool DebugPdb = false; >> bool DumpPdb = false; >> }; >> >> extern Configuration *Config; >> >> void writeImportLibrary(); >> void parseModuleDefs(Me...
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
2017 Jun 16
2
Using LLD to create a .lib from a .def
...; >>>> uint32_t MinorOSVersion = 0; >>>> bool DynamicBase = true; >>>> bool AllowBind = true; >>>> bool NxCompat = true; >>>> bool AllowIsolation = true; >>>> bool TerminalServerAware = true; >>>> bool LargeAddressAware = false; >>>> bool HighEntropyVA = false; >>>> >>>> // This is for debugging. >>>> bool DebugPdb = false; >>>> bool DumpPdb = false; >>>> }; >>>> >>>> extern Configuration *Config; >>>&...
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
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...:: COFF/implib-name.test lld :: COFF/imports-mangle.test lld :: COFF/imports.test lld :: COFF/include-lto.ll lld :: COFF/include.test lld :: COFF/include2.test lld :: COFF/internal.test lld :: COFF/invalid-debug-type.test lld :: COFF/invalid-obj.test lld :: COFF/largeaddressaware.test lld :: COFF/libpath.test lld :: COFF/linkrepro-res.test lld :: COFF/linkrepro.test lld :: COFF/lldmap.test lld :: COFF/loadcfg.ll lld :: COFF/loadcfg.test lld :: COFF/loadcfg32.test lld :: COFF/locally-imported-arm64.test lld :: COFF/locally-imported-warn-m...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>