• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Java Extended Memory

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Java Extended Memory

    Right, this is pissing me off now.

    I am running a large program which stores a lot of data into memory but I am getting Exception in thread "main" java.lang.OutOfMemoryError at 64Mb. This is even when I extend the intial and heap size using -Xmx190m -Xms190m. I am using win2000 and java 1.4.2_03.

    Anyone have a clue what the problem is?

    #2
    re

    sorted :

    java -mx90m -ms90m class

    Comment


      #3
      Fool

      The problem is using Java instead of .NET

      Obvious really

      Comment

      Working...
      X