Open mjmjelde opened 6 years ago
Here is something you can try:
adc.jar
, adc_updater.jar
, and Arma Dialog Creator.exe
files in it.start ADC with more RAM.bat
. You can name it what ever you want, but it needs to end in .bat
start ADC with more RAM.bat
, write java -Xmx1g -jar adc.jar
.start ADC with more RAM.bat
This should expand the maximum amount of memory ADC can allocate to 1 gigabyte. From my experience, ADC doesn't even use 500MB, so this is way over kill. Hopefully overkill will get the job done.
Let me know if this works.
This seems to have fixed my issue for now. Haven't been able to fully test the solution the past few days. When I did try it out a few days ago, it easily reached 500MB of RAM usage. Seemed to use more ram every time I opened up a control properties page and never really went down after I closed it. This could just have been java and how it allocates more memory. Should be able to do some more debugging in the next few days
What version of Java are you using and how much RAM does your computer have?
I had the same problem with Java 8. Java 9 did fix the problem for me.
Version and Build
Version: 1.0.5 Build: 33
Summary
Becoming slow and crashing after short usage time. Most of the time becomes unresponsive and must force close java for the application to close
Detail
Below is the only error log that I have been able to get. Usually happens when I am opening a control properties page, but becomes very slow or just flat out freezes. Seems as if some memory is not freed up properly or the default memory size of the application is way too small.