This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jpcsp Java problem
#2
Hey elektro12,

Not sure if you're even still waiting on an answer, but maybe this will help someone else out...

Which version are you trying to run? How large is the file you are trying to load? This is just pure speculation from the limited info you sent, but it might be due to the fact that the file size exceeds the max memory, but is less than 1GB. From briefly looking at the code, it appears that files larger than 1GB will be loaded in chunks. However, if you are running on WinXP, it looks like the batch file that starts up the app sets your max memory to 768MB. So if the file is under 1GB but over 768MB, you're likely to have an issue.

Depending on how much RAM you have, try increasing the max heap size.
if %ERRORLEVEL% EQU 0 set MAX_MEM_SIZE=768m
That's the line you'd be concerned about. Try bumping that up to 1024m and try again.
Reply


Messages In This Thread
Jpcsp Java problem - by elektro12 - 02-01-2013, 08:35 PM
RE: Jpcsp Java problem - by uninor - 07-22-2013, 12:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)