Questions tagged [vmargs]
22 questions
0
votes
1 answer
Eclipse: How to Import VM Arg Variables?
I use custom variables for VM args when running my unit tests. Is there a way to export and import these from another Eclipse project?

ABC123
- 1,037
- 2
- 20
- 44
0
votes
0 answers
Ecilpse : 'VM arguments' vs 'Variables' (see image)
What is the difference between adding 'VM arguments' using text box and 'Variables' button in eclipse?
Refer to pointers in image.

Vikash Yadav
- 713
- 1
- 9
- 29
0
votes
1 answer
Eclipse Galileo/Windows/Java memory woes
In short, I have 8G of memory and eclipse/java is dying after the splash screen when I try to set the vmargs to something reasonable, like -Xms512m -Xmx2048m.
In long:
I'm running XP Pro x64, v. 2003, SP2. I'm attempting to use scala with…

T-the-Squirrel
- 3
- 1
0
votes
2 answers
How can I pass VM args to applicationContext in spring
How can I pass vm args (java -Dport = 5) to the application context?
I want to configure the port dynamically by the user, using the application context.

Sarit
- 101
- 1
- 3
- 6
0
votes
1 answer
changing Vmargs in eclipse
I have a rediculous problem in eclipse memory allocation.
I have a code , when I run it without changing the Vmargs it starts from 250mg and ends in 904mg,without any error and when I change the Vmargs to -Xmx2g it starts from 750mg and ends in…
user2273552
0
votes
1 answer
How to make a path relative in the vmargs?
In my project I have an eclipse cdo-server which is set up as described here: http://wiki.eclipse.org/Setting_up_a_CDO_Server .
My project structure is like this:
-cdo-server plugin
|- config folder with cdo-server.xml
|-…

tralala
- 163
- 2
- 16
0
votes
1 answer
How to make groovy accept vm arg -Xss
I have ported some litle Java application to Groovy. The Java application needs to be started with the VM switches -server -Xss15500k to prevent a stackoverflow from happening. The question is how to pass these vm args on to groovy. I tried this…

OlliP
- 1,545
- 11
- 22