Displaying 2 results from an estimated 2 matches for "mybigfile".
Did you mean:
bigfile
2017 Jan 16
4
[Bug 12522] New: [PATCH] Send last error messages to sender
...;action=edit
Send last error messages to sender
Hello,
Here is a patch which sends last error messages to sender for a file-transfer
which failed.
It helps especially with protocol < 31.
This can be useful for example to know that a FS is full.
Thank you !
Ben
### Without :
/repository/mybigfile.iso
539.26M 6% 11.21MB/s 0:11:01
rsync: [sender] write error: Broken pipe (32)
rsync error: error in file IO (code 11) at io.c(831) [sender=3.1.2]
### With (of course the interesting message here is the first one) :
/repository/mybigfile.iso
539.26M 6% 11.21MB/s...
2009 Mar 24
1
How to separate huge dataset into chunks
Hello all,
I?m trying to take a huge dataset (1.5 GB) and separate it into smaller
chunks with R.
So far I had nothing but problems.
I cannot load the whole dataset in R due to memory problems. So, I
instead try to load a few (100000) lines at a time (with read.table).
However, R kept crashing (with no error message) at about the 6800000
line. This is extremely frustrating.
To try to fix