Questions tagged [vmargs]

20 questions
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…
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
  • 13
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,395
  • 9
  • 19
1
2