Displaying 4 results from an estimated 4 matches for "xmx500m".
2010 Jul 23
3
Java virtual machine problem on wine
Hello again everyone!
I've got myself a problem trying to run a java application (with calls to Windows native libraries) on Wine 1.2. That aside, the problem is explained with this little example:
Code:
$ wine java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode)
$ wine java -xmx1024
2006 May 12
2
Benchmark - Thanks Dave for making this gnawer this FAST!!
Hi List,
I''ve took some time and made some tests on the performance of
java-lucene, hyperestraier and ferret as Dave encourages the community
of ferret to do so.
Quite intersting numbers. Ferret indeed deserves to be called a
high-performance port!!
It''s MyFirstBenchmark (
http://ferret.davebalmain.com/trac/wiki/MyFirstBenchmark ) so please
don''t be too cruel on
2008 Mar 18
0
how to make virtual machine in xen allocate memory automatically?
...e 2 vcpu and
minimum memory allocation is 256mb, and maximum memory allocation is
750mb. and the virtual machine running fine at idle status, and
allocated 256mb memory.
And today I install an application called dotcms, and it :
Using JAVA_OPTS: -Ddotserver=dotcms_1.5.1 -Xss2048k -Xmn100M -Xms500M
-Xmx500M ,
the application is hanged until I manually allocation 515mb memory for
this virtual server.
Why the guest os didn''t allocation available memory itself when it
needed? How can I make it automatically?
And if I set minimum memory allocation as high as maximum, will it
affect other virtual...
2006 Nov 04
0
Ferret 0.10.6 released (and some benchmarks)
...ere are the
outputs for a simple benchmark, indexing the reuters corpus available
at:
http://www.daviddlewis.com/resources/testcollections/reuters21578/
First Apache Lucene. (Yes Java users, as you can see, I did warm up
the JVM (with 6 repetitions of the test) and I used the options
-server -Xmx500M -XX:CompileThreshold=100 so this is a fair test).
---------------------------------------------------
1 Secs: 47.09 Docs: 19043
2 Secs: 46.46 Docs: 19043
3 Secs: 44.07 Docs: 19043
4 Secs: 45.92 Docs: 19043
5 Secs: 45.97 Docs: 19043
6 Secs: 47.06 Docs: 19043
----------------------...