Opened 11 years ago

Closed 11 years ago

#430 closed defect (invalid)

Bug in HazardCurveLocal

Reported by: anonymous Owned by:
Priority: major Milestone:
Component: sha Version: 1.2.3
Keywords: HazardCurveLocal Cc:

Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: HazardCurveLocal?
Version: 1.2.3
Bulid Type: Development
Java Version: 1.7.0_05 (Oracle Corporation)
Operating System: Windows 7 (arch: x86, version: 6.1)

Exception:

java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Unknown Source)
	at java.util.Arrays.copyOf(Unknown Source)
	at java.util.ArrayList.grow(Unknown Source)
	at java.util.ArrayList.ensureCapacityInternal(Unknown Source)
	at java.util.ArrayList.add(Unknown Source)
	at scratch.kevin.ucerf3.erf.RuptureCombiner.getCombinedSolution(RuptureCombiner.java:213)
	at scratch.kevin.ucerf3.erf.MeanUCERF3.fetchSolution(MeanUCERF3.java:381)
	at scratch.kevin.ucerf3.erf.MeanUCERF3.updateForecast(MeanUCERF3.java:226)
	at org.opensha.sha.gui.beans.ERF_GuiBean.getSelectedERF(ERF_GuiBean.java:359)
	at org.opensha.sha.gui.HazardCurveApplication.computeHazardCurve(HazardCurveApplication.java:1168)
	at org.opensha.sha.gui.HazardCurveApplication.run(HazardCurveApplication.java:873)
	at java.lang.Thread.run(Unknown Source)

Metadata:

Cacluation Type = Probabilistic

IMR Param List:


IMR = Campbell & Bozorgnia (2008); Gaussian Truncation = None; Tectonic Region = Active Shallow Crust; Component = Average Horizontal (GMRotI50); Std Dev Type = Total

Site Param List:


Longitude = -118.243; Latitude = 34.053; Vs30 = 280.0; Depth 2.5 km/sec = 2.622250732421875

IMT Param List:


IMT = PGV

Forecast Param List:


Eqk Rup Forecast = Mean UCERF3; Fault Grid Spacing %

Change History (1)

comment:1 Changed 11 years ago by Kevin Milner

Resolution: invalid
Status: newclosed

You ran out of memory. You can try using this link for higher memory, or run directly from the jar file with command line options to specify enough memory:

http://opensha.usc.edu/apps/opensha/HazardCurveLocal/nightly/HazardCurveLocal-highmem.jnlp

Note: See TracTickets for help on using tickets.