similar to: memory problem

Displaying 20 results from an estimated 30000 matches similar to: "memory problem"

2007 Jan 29
2
rsync or other tool
Hi, I am using rsync-2.5.5 on power pc system. It is an embedded system with very low memory few MBs. Most of the time only 4-5 MB memory is free (as shown using free command). I have an application that periodically (every 20 sec) fires rsync command from system command i.e. system ("rsync..") to a remote m/c connected to it. The data I have to rsync has hardly 60 files with total size
2007 May 23
4
problem syncing files from embedded device to PC
Hi, I have a setup where I wish to transfer around 100 files from embedded device to a connected PC. The embedded system at anytime contains 20MB free RAM. However, on running rsync periodically (20s interval), OUT OF MEMORY error results after few minutes, say 30 minutes killing this application and other application softwares running on the embedded device. rsync version is 2.6.9 and rsync
2007 Jan 31
1
SIGUSER1 and rsync
Hi, What is the behaviour of rsync on receiving SIGUSER1 signal? Can I block it in someway so that my application that repeatedly calls rsync and rsync itself will run smoothly. Regards, Preeti -------------- next part -------------- HTML attachment scrubbed and removed
2015 Mar 17
2
Reduce memory peak when serializing to raw vectors
Hi, I've been doing some tests using serialize() to a raw vector: df <- data.frame(runif(50e6,1,10)) ser <- serialize(df,NULL) In this example the data frame and the serialized raw vector occupy ~400MB each, for a total of ~800M. However the memory peak during serialize() is ~1.2GB: $ cat /proc/15155/status |grep Vm ... VmHWM: 1207792 kB VmRSS: 817272 kB We work with very
2015 Mar 17
0
Reduce memory peak when serializing to raw vectors
Jorge, what you propose is not possible because the size of the output is unknown, that's why a dynamically growing PStream buffer is used - it cannot be pre-allocated. Cheers, Simon > On Mar 17, 2015, at 1:37 PM, Martinez de Salinas, Jorge <jorge.martinez-de-salinas at hp.com> wrote: > > Hi, > > I've been doing some tests using serialize() to a raw vector: >
2015 Mar 17
0
Reduce memory peak when serializing to raw vectors
Hi, I've been doing some tests using serialize() to a raw vector: df <- data.frame(runif(50e6,1,10)) ser <- serialize(df,NULL) In this example the data frame and the serialized raw vector occupy ~400MB each, for a total of ~800M. However the memory peak during serialize() is ~1.2GB: $ cat /proc/15155/status |grep Vm ... VmHWM: 1207792 kB VmRSS: 817272 kB We work with very
2015 Mar 17
0
Reduce memory peak when serializing to raw vectors
In principle, yes (that's what Rserve serialization does), but AFAIR we don't have the infrastructure in place for that. But then you may as well serialize to a connection instead. To be honest I don't see why you would serialize anything big to a vector - you can't really do anything useful with that ... (what you couldn't do with the streaming version). Sent from my iPhone
2015 Mar 17
2
Reduce memory peak when serializing to raw vectors
Presumably one could stream over the data twice, the first to get the size, without storing the data. Slower but more memory efficient, unless I'm missing something. Michael On Tue, Mar 17, 2015 at 2:03 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > Jorge, > > what you propose is not possible because the size of the output is > unknown, that's why a
2004 May 26
0
Once again in search of memory
Hello any R user, Working on R 1.8.1 or R 1.9 on Windows, 256 Mb RAM. I am trying to debug/correct/speedup the execution of one of our student's program. Basically, we perform simulations. R is launched with high memory-limits. One execution of the program requires nearly 200 Mbs and is OK the first time. Then, launching it again does strange things: seen from Windows manager, the RAM
2010 Feb 22
3
Re : how to plot select points in preexisting persp plot
Hello, I am trying to plot selected data points to a preexisting persp plot that satisfies a condition. I used the following statement - text(coords[,1], coords[,2], names(act[which(act > 8.75)]), cex=0.7) But I get all the points labeled, instead of the points that satisfy the condition specified. Is there any way to plot only the points I want? Also can this be done using
2012 Dec 13
0
Available Memory
I have a large database on sql Server 2012 Developers edition, ?Windows 7 ultimate edition, some of my tables are as large as 10GB, I am running R15.2 with a 64-bit build I have been connecting fine to the database and extracting info. ?but ?it seams this was the?first time I tried to pull a large (1/2 gb) amount of data in one query, The query didn't have anything fancy, it was code that
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media. But, when I run it, I get a messagebox with the following error: ?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and 1280x1024. Please change to one of these settings.? Is there any workaround for this? Or must I change xorg.conf? (I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
2014 Jan 22
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
Could i get an example to make a binary hard disk image with `mkdiskimage', populate it and install syslinux please? Preferably with a single FAT partition. On Wed, Jan 22, 2014 at 9:20 AM, Rich Mahn <rich at lat.com> wrote: > > > > Both sticks show very unusual factors for heads and sectors > > > which are hardly intentional. If BIOS gets confused like fdisk,
2005 Apr 15
3
pxelinux 2.11 unable to mount root fs
Hi, I've been using PxeLinux to boot our Debian kernel successfully for some time now. I recently increased the size of the ramdisk from about 484 MBs to 517 MBs and encountered the following error during bootup: --- RAMDISK: Compressed image found at block 0 Freeing initrd memory: 105519k EXT3-fs: Magic mismatch, very weird! cramfs: wrong magic sh-2021: reiserfs_read_super: can not find
2007 Feb 27
1
read.csv size limits
I have been using the read.csv function for a while now without any problems. My files are usually 20-50 MBs and they take up to a minute to import. They have all been under 50,000 rows and under 100 columns. Recently, I tried importing a file of a similar size (which means about the same amount of data), but with ~500,000 columns and ~20 rows. The process is taking forever (~1 hour so far). In
2014 Jan 22
4
After USB boot problems on Gigabyte GA-M55Plus-S3G
> > Both sticks show very unusual factors for heads and sectors > > which are hardly intentional. If BIOS gets confused like fdisk, > > then the failure to find files is quite plausible. > > > > ------------------------------------------------------------- > > > > Could you please exercise what is described for Linux in > >
2012 Feb 10
1
Bug with memory allocation when loading Rdata files iteratively?
Dear list, when iterating over a set of Rdata files that are loaded, analyzed and then removed from memory again, I experience a *significant* increase in an R process' memory consumption (killing the process eventually). It just seems like removing the object via |rm()| and firing |gc()| do not have any effect, so the memory consumption of each loaded R object cumulates until
2009 Jun 03
3
System V Init Script
Hey Listees, I have a question (hopefully quite simple) about the system V init scripts in /etc/init.d. I have an app installed and for some reason it had no system V init script. It has been installed a long while now so I can't quite remember whats going on but basically I remember I wrote the init script my self and the app is enabled as a service which chkconfig to run at system levels 3,
1998 Mar 02
0
SAMBA digest 1606
>Date: Fri, 27 Feb 1998 13:54:39 -0500 >From: John E Hein <jhein@fallschurch.esys.com> >To: Wajihuddin Ahmed <wahmed@isb.worldwerx.com.pk> >Subject: Re: cross subnet browsing >Message-ID: <199802271854.NAA10232@lorax.ERA.COM> > >> <snip> >>Another issue I considered when I was having problems was the amount >>of time it took to resolve
2010 Mar 08
8
Motherboards for HPC applications
Hello, Can somebody recommend CentOS-OK, dual socket motherboards for compute elements? A quick look up at Intel pages suggests they are thinking of them as "server boards", but then they recommend them as "for SMB", I'm somewhat puzzled about it. It would be nice to know what MBs you are using, pros and cons. Thank you in advance -- Eduardo Grosclaude Universidad