Modify

Opened 16 years ago

Closed 16 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.

Attachments (0)

Change History (1)

comment:1 by anonymous, 16 years ago

Resolution: wontfix
Status: newclosed

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 $@
---

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.