Search:

Type: Posts; User: Aucun

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,158

    Re: Java JSON question.

    The tools found from your suggested google search have really helped. I had no idea about these tools, thanks.
  2. Replies
    2
    Views
    1,158

    Java JSON question.

    Hello, I'm using Gson to take JSON from an api and put it into classes; however, I've come across a problem. I'm looking for a way to keep track of what parts belong to what larger parts. As an...
  3. Replies
    14
    Views
    5,536

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

    Reinstalling the operating system to Debian 6 64bit and "sun-java6-jdk" fixed the memory problem. Guess it was the 32bit operating system.
  4. Replies
    14
    Views
    5,536

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

    My application is a game server, to be specific a minecraft server. It needs this memory because everything runs off memory when you open it, if you have around 30 people playing at one time you can...
  5. Replies
    14
    Views
    5,536

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

    Let me clear a few things up here, as I feel I've been a little misleading. First, my linux system is a virtual private server. Second, I'm running 32bit Ubuntu. Third, here is the information you...
  6. Replies
    14
    Views
    5,536

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

    I checked the running processes and nothing for Java was running, still when I start it I get the error Can't Allocate Memory for any value higher then 1024MB.
  7. Replies
    14
    Views
    5,536

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

    Running "top" on my linux I see that I have:

    Mem: 2621440k total, 1698936k used, 922504k free,

    When Java is running with it's 1024M limit. Any number higher just gives me allocation errors.
  8. Replies
    14
    Views
    5,536

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

    I can't paste the message as it just shuts down after loading everything. But the message is, from what I can see. "Error can't allocate memory to java".

    My system has 2.5gb's of memory, but when...
  9. Replies
    14
    Views
    5,536

    How to allow Java to use more memory on Linux.

    Hello, I'm trying to allow a java .jar file to use the 2gb's of memory available on my linux computer. However, I get an allocation error when using over 1024mb's on Xmx or Xms. How do I allow the...
Results 1 to 9 of 9