search for: 62mb

Displaying 3 results from an estimated 3 matches for "62mb".

Did you mean: 2mb
2017 Jun 11
1
Memory leak in nleqslv()
...obian=NULL) i<- sort( sapply(ls(),function(x){object.size(get(x))})) print(i[(NROW(i)-5):NROW(i)]) } model_test() When I run this over 1000 iterations, memory use ramps up to over 2.4 GB While running it with 10 iterations uses far less memory, only 95MB: Running it once has my rsession with 62Mb of use, so growth in memory allocation scales with iterations. Even after 1000 iterations, with 2+ GB of memory used by the R session, no large-sized objects are listed, although mem_use() shows 2+ GB of memory used. test_iter lambda res_ext reserves x_test 48 1648 1648...
2009 Feb 13
3
Bonnie++ run with RAID-1 on a single SSD (2.6.29-rc4-224-g4b6136c)
Hi folks, For people who might be interested, here is how btrfs performs with two partitions on a single SSD drive in a RAID-1 mirror. This is on a Dell E4200 with Core 2 Duo U9300 (1.2GHz), 2GB RAM and a Samsung SSD (128GB Thin uSATA SSD). Version 1.03c ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block--
2013 Dec 08
0
[LLVMdev] Win32: Crash in DLL created by llvm that calls into the "putchar" function
...} } I'm on Windows 8.1 using Visual Studio 2012 and 2013 (crash happens with both). I compiled llvm with Visual Studio 2013 (exact version is "12.0.21005.1 REL"). There is no usable stacktrace that I could show you. What seems a little odd to me, too, is that the callPutchar.dll is 62MB in size. callPutchar.exe is 70MB. A bit much I guess ;) You can get all files (callPutchar.ll, .obj, .dll, .exe, .exp and .lib) here: https://dl.dropboxusercontent.com/u/1913181/Temp/callPutchar.7z Greetings, Daniel Albuschat