[Archive] don't run simulation without errors on SPIS

Message by SHINYA NAKAMURA:
hello.
When I run the simulation ,I don’t have any errors on spis but I have this message on command prompt.
at spis.Util.Table.VectTable.setDimPreserve(VectTable.java:521)
at spis.Util.List.LocalMaxwellSurfSampler1.sample(LocalMaxwellSurfSample
r1.java:241)
at spis.Util.List.SurfSampler.sample(SurfSampler.java:80)
at spis.Util.List.RichPartList.generateSurfaceSample(RichPartList.java:3
79)
at spis.Surf.SurfDistrib.LocalMaxwellSurfDistrib.sample(LocalMaxwellSurf
Distrib.java:358)
at spis.Surf.SurfDistrib.MultipleSurfDistrib.sample(MultipleSurfDistrib.
java:170)
at spis.Surf.SurfDistrib.MultipleSurfDistrib.getSample(MultipleSurfDistr
ib.java:185)
at spis.Vol.VolDistrib.PICVolDistrib.injectAllInFlux(PICVolDistrib.java:
1195)
at spis.Vol.VolDistrib.PICVolDistrib.move(PICVolDistrib.java:757)
at spis.Top.Plasma.MmfPlasma.integrate(MmfPlasma.java:273)
at spis.Top.Plasma.Plasma.integrate(Plasma.java:95)
at spis.Top.Simulation.SimulationFromUIParams.integrate(SimulationFromUI
Params.java:3740)
at spis.Top.Simulation.SimulationFromUIParams.integrate(SimulationFromUI
Params.java:4020)
at spis.Top.Top.Scenario.integrate(Scenario.java:106)
at spis.Top.Top.NumTopFromUI.integrate(NumTopFromUI.java:180)
at org.spis.ui.simulation.command.LaunchSimulationCommand$1.run(LaunchSi
mulationCommand.java:91)
at java.lang.Thread.run(Unknown Source)
how should I improve my model?
Please give me advice.
I make the AFRL(Air Force Research Laboratory) model.
Thanks.
SHINYA NAKAMURA

Message by Jean-Charles Mateo-Velez:
Hi,
it seems to come from a memory usage problem. You need to increase the memory allocated to SPIS. See the User Manual on how to do that. It’s about increasing the “xmx” memory by editing the spis application file (spis.bat, spis.sh…).
JCharles