help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Migrating from 3.6.4 to 3.8.0


From: ijourneaux
Subject: Re: Migrating from 3.6.4 to 3.8.0
Date: Thu, 13 Feb 2014 22:55:08 -0800 (PST)

With 3.6.4, the memory usage as the script is running varied between 1200Mb
to 2200Mb (Physical Memory in use)

With 3.8.0 the memory usage as the script is running starts at 1200Mb gets 
to 1800Mb and the script dies with an 

error: out of memory or dimension too large for Octave's index type
error: called from:
error:   C:\Octave\Octave-3.8.0\share\octave\packages\image-2.2.0\imremap.m
at l
ine 176, column 10
error: evaluating argument list element number 1
error:   C:\Octave\Octave-3.8.0\share\octave\packages\image-2.2.0\imremap.m
at l
ine 127, column 6
error:   C:\Octave\Octave-3.8.0\share\octave\packages\image-2.2.0\imremap.m
at l
ine 82, column 12
error:   C:\Octave\Octave-3.8.0\share\octave\packages\image-2.2.0\imremap.m
at l
ine 66, column 12
error:   C:\Octave\Octave-3.8.0\share\octave\packages\image-2.2.0\imresize.m
at
line 135, column 8
error:   C:/PickoutDetection/Scripts\pickout2.m at line 204, column 39
octave:2>

The line involved is 

ABS2(1:round(SizeY*1.01),1:SizeX-30)=imresize(ABI(topa+10:topa+aa(in)-10,Iv2+10:Iv2+10+SizeX-31),[round(SizeY*1.01)
SizeX-30]);




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Migrating-from-3-6-4-to-3-8-0-tp4661903p4661907.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]