Project

General

Profile

Actions

Bug #3274

closed

IPCC_Base_Layers.xml work-flow gets out of memeory error

Added by Jing Tao almost 16 years ago. Updated almost 16 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
data access
Target version:
Start date:
05/05/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3274

Description

When this work-flow tried to download 10 big data files, it can finish part of downloading - maybe 6 and the rest 4 will keep busy. From log message, we can find something like:
Exception in thread "Data ecogrid://knb/IPCC.200735416582829.1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Data ecogrid://knb/IPCC.200735416192871.1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Data ecogrid://knb/IPCC.200735417143125.1" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Data ecogrid://knb/IPCC.200735416271261.1" java.lang.OutOfMemoryError: Java heap space

When I increase the heap size of Kepler to 1.2G (current value is 5M), the downloading can be done without any problem.

I went to through the downloading code again, it seems to me we use input and out stream, so not sure why it uses so many memory.

If it is possible we can remove this work-flow from this release?

Actions

Also available in: Atom PDF