Matlab2012b gives memory error when loading SQL data.

2 Ansichten (letzte 30 Tage)
Barry Dillon
Barry Dillon am 17 Okt. 2012
I am moving from 2010a to 2012b and for a given database I could retrieve 100k records in 2010a but get Java memory error in 2012a at 100k records. Java exception occurred: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.util.Vector.ensureCapacityHelper(Unknown Source) at java.util.Vector.addElement(Unknown Source) at com.mathworks.toolbox.database.fetchTheData.dataFetch(fetchTheData.java:638) I am using sqljdbc4.jar to access SQL. Is there some other trick with 2012b ?
thanks for any help.

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 17 Okt. 2012
If you're on a 64bit system I highly recommend bumping your Java Heap Space up a fair amount for R2012b. On Win7 8Gb of RAM I have it set to 1000ish.
Home->Preferences->General->Java Heap Memory->Adjust it, apply and restart MATLAB.
  2 Kommentare
Barry Dillon
Barry Dillon am 18 Okt. 2012
Thanks that sorted the problem. I guess 2012b must use more memory than 2012a as the problem didn't arise with earlier version or maybe it had a larger default setting for the heap. I was almost being forced to revert to R which I didn't want to do. thanks.
Sean de Wolski
Sean de Wolski am 18 Okt. 2012
Yes it does use more Java Memory since there's more UI stuff going on.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Bobby
Bobby am 5 Apr. 2013
You may get rid of the error owing to fix mdf files
http://www.fixmdffiles.sqlmdffix.com analyzes the internal structure of SQL databases and retrieves affected data even after serious data corruption problems

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by