Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COYes, I am sure I want to do this. There's a reason, why, for example, Photoshop will use more memory when it's on a machine that has 20 GB of ram and the user expects the app to use more memory in Photoshop's case (and in my case). "In general" is not "in Photoshop"'s case nor in the case that prompted me to ask this question :) There are *countless* types of applications where using more memory on systems that have, well, more memory, makes sense. Mine happens to be one of them.
      singulars
    2. COThe -Xmx parameter doesn't configure how much memory your application should use but how much it is allowed to use. How much it actually uses depends on your application logic (how many objects it creates). The only effect making -Xmx depending on the machines's available memory is getting OutOfMemoryError on small machines but it will not make the application use more memory on large machines.
      singulars
    3. COyou insist on not getting it. To be exhaustive, I set up both -Xms and -Xmx but thanks for your pedantry. The *whole* point of setting an -Xmx smaller on a small machine is to not get an OOM. Oh, btw, at runtime my application adapts itself to the amount of memory available. A concept which you're obviously not familiar with. And **YES, I DO REALLY WANT TO DO THIS**. What don't you understand in the **QUESTION**? If you can't answer, then please use comments, not an answer.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload