필터 지우기
필터 지우기

Matlab crash; Java HotSpot(TM) 64-Bit Server VM warning

조회 수: 4 (최근 30일)
Razvan
Razvan 2011년 6월 25일
Hi,
I run some simulations in Matlab and sometimes the Matlab crashes and creates some files java.log.(some number). These files contain the following message on a few lines:
Java HotSpot™ 64-Bit Server VM warning: Attempt to allocate stack guard pages failed.
Does anyone know what is the cause of this? This happens at random times, so the same matlab simulation sometimes finishes without any problem, and sometimes crashes. In the command window it shows something like this:
??? Error using ==> sbioloadproject>createMATFile at 182 Error opening project file "/net/nikkafs/fs2/rchereji/Matlab/Projects/Simbiology_Reduced_Param/Rescaled/WT/Wild_Type_Reduced_V2_V10_V12_t2.sbproj".
Error in ==> sbioloadproject at 83 tempfilename = createMATFile(projfilename, 'simbiodata\d*.mat');
Error in ==> computeResiduals_oneDataSet_WT at 9 sbioloadproject(model);
Error in ==> OptimizeAllParameters_Reduced_WT_V2_V10_V12_oneDataSet>@(pEstimates)computeResiduals_oneDataSet_WT(pEstimates,model,oscPeriod) at 70 'objective', @(pEstimates) computeResiduals_oneDataSet_WT(pEstimates, model, oscPeriod), ...
Error in ==> /net/nikkafs/fs3/software/matlab/R2011a/toolbox/globaloptim/globaloptim/private/globalsearchnlp.p>i_calcPenalty at 637
Error in ==> /net/nikkafs/fs3/software/matlab/R2011a/toolbox/globaloptim/globaloptim/private/globalsearchnlp.p>globalsearchnlp at 448
Error in ==> GlobalSearch>GlobalSearch.run at 327 [x,fval,exitflag,output,solutionSet] = ...
Error in ==> OptimizeAllParameters_Reduced_WT_V2_V10_V12_oneDataSet at 79 [xming, fming, flagg, outptg, manyminsg] = run(gs, problem);
Any help would be appreciated.
Best,
Razvan

채택된 답변

Arthur Goldsipe
Arthur Goldsipe 2011년 7월 13일
Per Walter's suggestion, you can try increasing the Java heap via a MATLAB preference.
If that doesn't help the problem, you may want to contact Technical Support.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 6월 25일
Increasing the java stack size might help, maybe.

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Extend Modeling Environment에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by