Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91364 - Out of Memory Error with Java App
Summary: Out of Memory Error with Java App
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-05-03 15:35 UTC by Mario Schmidt
Modified: 2005-05-04 02:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Schmidt 2005-05-03 15:35:54 UTC
While demuxing a video i got an "Java out of Memory" Error. To solve this i changed the shell script for starting projectx "media-video/projectx-0.81.7"
File: "/usr/bin/ProjectX"
Bevore:
exec ${JAVA_HOME}/bin/java -jar /usr/share/projectx/projectx-0.81.7.jar "$@"

After:

exec ${JAVA_HOME}/bin/java -Xms32m -Xmx512m  -jar /usr/share/projectx/projectx-0.81.7.jar "$@"

So i simply added Memory to the Java Session. Now it works for me.

Reproducible: Sometimes
Steps to Reproduce:
1. I have demuxed a 1GB mpeg File i had from dbox2 which had much errors within.
2.
3.

Actual Results:  
Out of Memory Error. 

Expected Results:  
demuxing...
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-04 02:30:49 UTC
Fixed in cvs, thank you for reporting and for supporting Gentoo Linux.