DenVdmj / xdelta

Automatically exported from code.google.com/p/xdelta (actual: https://github.com/jmacd/xdelta-devel/)
0 stars 0 forks source link

Insufficient system resources exist to complete the requested service, #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the following command

F:\base>f:\base\xdelta3t -dfB 300000000 -W 16777216 -
s "1.ica" "1139419.patch" "1.ica.new"

What is the expected output? What do you see instead?

I get the following failure, when I am expecting the patching work 
correctly.

xdelta3: source read failed: 1.ica: Insufficient system resources exist to 
complete the reque
sted service.

xdelta3: getblk failed: Insufficient system resources exist to complete 
the requ
ested service.

What version of the product are you using? On what operating system?
xdelta3t, Dual XEON 3Ghz, Windows 2003 R2, SP2, 4gb of RAM with about 50% 
memory free.

Please provide any additional information below.

when this happens it normally happens to a number of files around the same 
time, it happens about 1% of the time and it does seem to be the same 
files that are being patched that fail each time, the files are not 
normally very large and within the same time frame I am patching some very 
large files that work perfectly. 

I have kept copies of the source file and the patch if you would like them 
to look at (approx 17mb) I will do some further testing myself.

Original issue reported on code.google.com by a...@intralan.co.uk on 20 Feb 2008 at 1:17

GoogleCodeExporter commented 9 years ago
It sounds like your system is running out of memory.  You should be able to 
decode
without passing -B 300000000 and without the -W argument as well.  The -B 
argument is
used by the decoder, the -W argument is not.  But, even with a smaller value of 
-B,
the decoder should do the right thing, just slower (since it may have to seek).

Can you run this command with -B 100000000 instead?

Original comment by josh.mac...@gmail.com on 20 Feb 2008 at 9:27

GoogleCodeExporter commented 9 years ago
I will change the encoding and decoding commands as you have suggested, I will 
give 
you some feedback once I have run some tests.

Thanks

Original comment by a...@intralan.co.uk on 21 Feb 2008 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by josh.mac...@gmail.com on 22 Feb 2008 at 9:34