4
當我發現這段代碼#1爲在MATLAB顯示全屏顏色: Remove titlebar from MATLAB GUI for full screen displayjava.lang.OutOfMemoryError:Java堆空間使用該短節目刪除標題欄
的問題是,一旦I」 VE運行程序的5倍,也顯示了一個錯誤:
??? Java exception occurred: java.lang.OutOfMemoryError: Java heap space" error that shows up.
現在,像它描述here
但因爲我的應用程序需要長時間運行,我可以增加堆空間時間,有沒有一種方法可以在每次腳本運行時清除堆空間? 通過這種方式,我不必分配更多的heapspace內存,並最終將其耗盡。
檢查:http://stackoverflow.com/questions/37335/how-to-deal-with-java-lang-outofmemoryerror-java-heap-space-error-64mb-heap – Jon
可能你的數字不是刪除,你有一個內存泄漏的地方。 – siliconwafer