Opened 11 years ago
Closed 11 years ago
#10041 closed defect (worksforme)
Memory Issues
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- running for a short while
- 2 background layers active.
What is the expected result? That JOSM does not memory leak
What happens instead? JOSM runs out of memory with 247M committed.
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-04-25 17:49:40 Last Changed Author: Don-vip Revision: 7000 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-04-25 19:46:38 +0200 (Fri, 25 Apr 2014) Last Changed Rev: 7000 Identification: JOSM/1.5 (7000 en) Windows 8.1 64-Bit Memory Usage: 51 MB / 247 MB (26 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, Java HotSpot(TM) Client VM Plugin: reverter (30413)
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
We cannot tune memory when JOSM is launched via a double-click on JOSM jar.
The shortcut creation with -Xmx1024M
is the best way to change this, you can also use the Windows installer.
Please, have a look at wiki:InstallNotes#MicrosoftWindows for instructions how to make more memory available.
This page includes useful information but it is not much linked to.
Anyway, it would be useful to raise the default memory for windows to 512 MB. Linux is much smarter and does already assign a percentage of total memory. I am not sure if this is also possible with WIndows and I do not know OSX at all.