Search:

Type: Posts; User: Sean4u

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    5,552

    Re: How to allow Java to use more memory on Linux.

    what is the output of "java -version"?

    You can post the output of uname -a too, if you like. And confirm for us that this is a physical machine and not a virtual one.
  2. Replies
    14
    Views
    5,552

    Re: How to allow Java to use more memory on Linux.

    and the output of "java -version"? Are you sure you're stopping the previous one before running the next one? You should have nearly 2G free before starting java
  3. Replies
    14
    Views
    5,552

    Re: How to allow Java to use more memory on Linux.

    If your system can't allocate memory, it doesn't have it to spare. What command line are you using? For example this doesn't work on my PC:

    java -Xms22G -version
    Error occurred during...
  4. Replies
    14
    Views
    5,552

    Re: How to allow Java to use more memory on Linux.

    Always copy-paste error messages. Perhaps you don't have as much memory spare as you're trying to give to Java? Are you running more than one instance of your program?
Results 1 to 4 of 4