Menu

out of heapspace while compressing

Help
andreasm
2007-06-13
2013-04-29
  • andreasm

    andreasm - 2007-06-13

    Hello,

    when I compress bigger pdf files ( 20 MB ) then multivalent stops whit this error message

    "Exception in thread "main" java.lang.OutOfMemoryError: Java heap space"

    is there a way to give java more heap memory ?

    Thanks
    Andreas

     
    • shaddam

      shaddam - 2007-06-13

      thats a java question, not multivalent, answer is adding javaw.exe parameters like:
      'java -Xmx1024m -Xms128m ....'

      or add the paramters in a file called java.opts, for example: '-Xms100m -Xmx200m'

       

Log in to post a comment.