Results 1 to 3 of 3

Thread: increasing the Maximum heap size

  1. #1
    Join Date
    Jan 2009
    Posts
    18

    Default increasing the Maximum heap size

    Hi all,

    I want to increase the Maximum heap size of Spring DM Server, how can I do it ?

    thank you
    Best Regards,

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    Just add it to the bin/startup.sh(bat)
    Windows:
    Code:
    SET JAVA_OPTS=-Xmx1024m
    Linux:
    Code:
    JAVA_OPTS="-Xmx1024m"

  3. #3
    Join Date
    Jan 2009
    Posts
    18

    Default

    Hi,

    thank you so much,
    it work perfectly,

    Best Regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •