Today when I started using jpcsp incredibly there was no lag and the fps was always over 20 all the time (avg fps: 24) but some minute later it started lagging and freezing.
I talked with a guy who knows a few about java and programming, when I described the problem he said it's probably a bugged function of my java version or inside the program which causes a "recursive call" that doesn't remove temporary variables or something like that, they keep stacking and the result is an excessive memory usage (in facts task manager says javaw.exe uses over 880'000 kbytes of memory and it keeps increasing every second).
Is there anything I can do to fix something like this?
I talked with a guy who knows a few about java and programming, when I described the problem he said it's probably a bugged function of my java version or inside the program which causes a "recursive call" that doesn't remove temporary variables or something like that, they keep stacking and the result is an excessive memory usage (in facts task manager says javaw.exe uses over 880'000 kbytes of memory and it keeps increasing every second).
Is there anything I can do to fix something like this?