08-13-2006, 06:23 PM
|
#1
|
|
Member (6 bit)
Join Date: Nov 2005
Posts: 60
|
Java Maximum Heap
Hello,
I have a search engine crawler made in Java, it requires you to set the maximum java heap it can use, i turned my virtual memory up and put in 2.5 GBs but it said:
Quote:
run java in
Error occurred during initialization of VM
Could not reserve enough space for object hea
Could not create the Java virtual machine.
|
It seems the maximum amount possible is 1442 Megabytes, Is this a windows problem or Java problem?
|
|
|