I'm using a Windows 7 PC and i want to increase my java heap size but not for an application So the command java -xmx4g e.g. is not possible. I want to increase the java heap size in generel. Is this somehow possible? I appreciate every answer.
Sorry for my bad english
PS: I'm using 64-bit JVM on a 64-bit Win 7 PC commands -java Xmx6G and set JAVA_OPTS=-Xms1024M -Xmx6144M does not work even when writing it in the startup.bat I get the error in a program that consists of 10 same steps the first 4 are no problem but after the 4th i get the error. Error: javax.xml.ws.soap.SOAPFaultException: Java heap space
Best regards, Eros Kilinc