Open GoogleCodeExporter opened 9 years ago
Update: After using task manager to close, then re-opening the app, the
sweater pattern was in my project explorer and I'm able to view the pattern
Original comment by sue.jalo...@gmail.com
on 10 Jan 2012 at 12:32
Ah. You have experiences the notorious OutOfMemoryError in the PermGen space...
which basically means that I need to set a command-line argument to the program
to set it higher. I had done that in my test client but forgot to do it in the
final code.
I'll publish how to do it manually yourself, but I'll add it to the launcher
for the next build, too.
Original comment by fiddlerpianist@gmail.com
on 10 Jan 2012 at 4:58
For the record, this is how you change the PermGen size:
http://wiki.eclipse.org/FAQ_How_do_I_increase_the_permgen_size_available_to_Ecli
pse%3F
Except that the file you should edit is called knitml-editor.ini, not
eclipse.ini. I put the following line in mine:
--launcher.XXMaxPermSize
128m
Original comment by fiddlerpianist@gmail.com
on 10 Jan 2012 at 12:55
Original comment by fiddlerpianist@gmail.com
on 10 Jan 2012 at 4:39
Moved to: Issue knitml-editor:8
Original comment by fiddlerpianist@gmail.com
on 10 Jan 2012 at 4:39
Original issue reported on code.google.com by
sue.jalo...@gmail.com
on 10 Jan 2012 at 12:29Attachments: