Comment # 9 on bug 978952 from
(In reply to Eric Schirra from comment #8)
> Okay.
> Close it and send an request to Herbster.

This bug is closed, but I have only a little additional comment.
I tried to find out, what kind of syntax-error it was.
Here my interesting results:

Not Working:

set_options "-Xms128M -Xmx1G"


Working (tested):

set_option "-Xms128M -Xmx1G"

set_options "-Xms128M" "-Xmx1G"

java -Xms128M -Xmx1G 

   This line is taken from the ZIP-version of MediathekView_11, 
                                              MediathekView_linux.sh,
                                              line 3+4:

   # Wenn der Arbeitsspeicher knapp ist, kann das helfen:
   # java -Xms128M -Xmx1G -jar ./MediathekView.jar "$@"

There is still one Question: The ZIP-version works without this line, and it
should be used only if Main memory is short. Why is it needed in the
RPM-version? Or could it be dropped in most cases?

Thanks!


You are receiving this mail because: