jvm-arguments
What is the largest possible heap size with a 64-bit JVM?
The theoretical maximum heap value that can be set with -Xmx in a 32-bit system is of course 2^32 bytes, but typically (see: Understanding max JVM heap size - 32bit vs 64bit) one cannot use all 4GB.[详细]
2023-04-11 03:26 分类:问答JVM minimum heap size recommendation reasons?
BEA recommends to keep both min and max heap sizes same.They didn\'t elaborate the reason for the suggestion.Can someone provide details?[详细]
2023-04-04 16:51 分类:问答Rhino does not enumerate 'arguments' to a function
I\'m trying to use the \'arguments\' variable availabl开发者_StackOverflow社区e to a function in order to enumerate the arguments passed to a function, in Javascript, using :[详细]
2023-03-27 03:12 分类:问答Java heap space Xmx Xms on a vServer with burstable RAM
We run a Minecraft server that relies on Java on a vServer that has 1GB guaranteed RAM and 4GB burstable RAM.[详细]
2023-03-25 15:32 分类:问答loading clojure-contrib
I\'m new to the whole JVM 开发者_如何学Gothing, and trying to play with clojure. I\'m attempting to load clojure-contrib and failing:[详细]
2023-03-17 03:51 分类:问答Run Java console app as a daemon (background)
I\'ve developed a Java console application that when start, open a console window and remain in foreground, i want to start that app开发者_StackOverflow社区lication in background .[详细]
2023-03-15 01:48 分类:问答what's the difference between ParallelGC and ParallelOldGC?
I have some questions about the GC Algorithm: First when we use the parameters such UseSerialGC, UseParallelGC, UseParallelOldGC and so on, we specify a GC Algorithm. Each of them all can do GC in all[详细]
2023-03-10 21:53 分类:问答Passing JVM args to SBT
My SBT build is echoing: [error] Note: Some input files use unchecked or unsafe operations. [error] Note: Recompile with -Xlin开发者_C百科t:unchecked for details.[详细]
2023-03-07 16:36 分类:问答How to give Jenkins more heap space when it´s started as a service under Windows?
I开发者_运维知识库 want to increase the available heap space for Jenkins. But as it is installed as a service I don´t know how to do it.If you used Aptitude (apt-get) to install Jenkins on Ubuntu 12.[详细]
2023-03-04 11:03 分类:问答Limit Java RAM usage?
we use Java for our project www.aerospaceresearch.net/constellation and use Java diretcly out of an uninstalled java bin-folder.[详细]
2023-03-04 07:39 分类:问答