Opened 17 years ago
Closed 17 years ago
#984 closed defect (wontfix)
out of memory bugs
Reported by: | cetest | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | out of memory YWMS windows | Cc: |
Description
There is still a bug in V 669 that creates
an out of memory message (Windows32bit).
The annoying part is that is continues to pop up
and work done cannot be uploaded any more.
A bit of key/mouse juggling however,
allows one to click away the out of memory message
and if quick enough , start an upload to save
the work done.
I have the impression that the error message is false,
as the amount of osm data is small ( < 200K) and the only
thing done is drawing buildings using YWMS. The message
popups afte a YWMS donwload.
Call Java with -Xmx512M option.
e.g. Make a "josm" script which calls the software:
(this one's for Linux :-)
---
#!/bin/sh
LIBXCB_ALLOW_SLOPPY_LOCK=1 java -Xmx512M -jar /usr/share/java/josm-latest.jar $@
---