You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot open a saved layout.
My file included a large jpeg of the schematic on the layout to assist me.The
saved diy file is about 65mb.
What is the expected output? What do you see instead?
The saved layout will not load. See attached log file. It will however open
other layouts. I opened a new file and inserted the jpeg I mentioned above and
saved it as a test file. I cannot open it and shows the same Java error
messages .. out of memory.
3.28 Windows 8
Original issue reported on code.google.com by [email protected] on 5 May 2015 at 2:04
Hi, I suggest increasing available memory to diylc. Open diylc.l4j.ini file and
changing
-Xms512m -Xmx1024m -Dorg.diylc.scriptRun=true
into something like
-Xms512m -Xmx2048m -Dorg.diylc.scriptRun=true
if 2GB is not enough, try 3 or 4GB.
If none of that helps, try opening diy file in a text or html editor and just
remove the tag that contains encoded image. You'll spot it easily, it's huge.
Make sure you make a backup if you try this.
Original issue reported on code.google.com by
[email protected]
on 5 May 2015 at 2:04Attachments:
The text was updated successfully, but these errors were encountered: