best memory option for java #1132
Replies: 3 comments 4 replies
-
Hi Paulo, the documentation says:
When you say threads, do you mean logical cores!? barring better judgment, iped allocates up to 1/4 of its memory by default. with the amount of available memory you have, I think it would be a good alternative to use ramdisk. |
Beta Was this translation helpful? Give feedback.
-
Very good. I will try use ramdisk, very goog idea. Thank you |
Beta Was this translation helpful? Give feedback.
-
Arguments |
Beta Was this translation helpful? Give feedback.
-
Considering a machine with SSDs, 2 processors with 16 threads each and a large amount of memory (384GB), what is the best option to use in the command line?
java -Xms30G -Xmx30G -jar iped.jar ......
java -jar iped.jar ......
or another?
Beta Was this translation helpful? Give feedback.
All reactions