Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Re: inconsistent map behavior
开云体育Looks like an obvious failure due to not enough memory allocated to the Java runtime on the second machine.?
How much RAM memory does that computer have, and what operating system are you using? Also, what version of the Java runtime are you using? Open a terminal or command window on the system, and at the prompt, type the command
java -version
(Note the space between the "java" command and the "-version" option.)
Assuming the computer has enough memory available, you may need to raise the Java heap limit with a command-line option to the "java" command used to launch YAAC. If the computer doesn't have enough RAM, it may need an upgrade. :-(
Andrew, KA2DDO
author of YAAC
From: [email protected] <[email protected]> on behalf of John Spoonhower via groups.io <jpspoonhower@...>
Sent: Wednesday, February 19, 2025 11:41:57 AM To: [email protected] <[email protected]> Subject: Re: [yaac-users] inconsistent map behavior Hi Andrew,
thanks for the reply. Both machines are running 1.0beta208.
On the first (working) system, the error log shows repeated downloads of the NWS map file, e.g.:
Wed Feb 19 10:59:42 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_155839.tif.gz took 675d+6223r+9680e msec
at Wed Feb 19 10:59:42 EST 2025, update time of NWS radar image is Wed Feb 19 10:59:13 EST 2025, expire=Wed Feb 19 10:59:56 EST 2025 On the other (non-working) machine: I only see the first download and then the listed error:
Wed Feb 19 11:16:32 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_161441.tif.gz took 613d+7230r+8184e msec
at Wed Feb 19 11:16:32 EST 2025, update time of NWS radar image is Wed Feb 19 11:15:08 EST 2025, expire=Wed Feb 19 11:16:46 EST 2025 renderCurrentRaster: 1 files in 247msec @ zoom=1202457.5 1739981792875 renderCurrentMap[#1]: 60997(631215)/2419790 ways(0ur), 18/222335 nodes, 1 signs, 26 files(0 new,4 missing) in 10107msec @ zoom=1202457.5 [28.947521,-82.23135] java.lang.OutOfMemoryError: Java heap space Wed Feb 19 11:36:34 EST 2025: try#0: connection to localhost/ lost: Socket closed John, NX2I
.
.......
John
On Wed, Feb 19, 2025 at 9:39?AM Andrew P. via <andrewemt=[email protected]> wrote:
|
to navigate to use esc to dismiss