Actions
Bug #424
closedMemory Problems with Big DataPackages
Start date:
02/13/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
424
Description
There have been several cases were the JVM has run out of memory when users
create datapackages with either very large datasets or many different datasets
in the same package.
Need to investigate why all available memory is being used. Solution may be to
simply increase the memory requested by Java at startup (default=64M) so that
the problem does not occur on machines that have more memory.
Updated by Dan Higgins over 22 years ago
JVM now set to ask for 128M of memory rather than the default of 64M. This
should solve most memory problems for machines that have enough RAM
Updated by Dan Higgins over 22 years ago
Various code fixed to avoid storing large metadata/data files in memory fixed.
Increased the amount of memory asked for when Java is launched.
Actions