Re: Profiling using speed tracer does not pick up jvm args

2011-07-01 Thread Marko Vuksanovic
Hey, you're right. This was the problem. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/nKd_t8l02VkJ. To post to this group, send email

Re: Profiling using speed tracer does not pick up jvm args

2011-06-30 Thread zundel
Your JVM inspection looks like it is inpsecting the Compiler, but the launch config is for launching a DevMode session. Try opening the red GWT toolbox in the Eclipse toolbar and changing the JVM parameters there. -- You received this message because you are subscribed to the Google Groups

Profiling using speed tracer does not pick up jvm args

2011-06-29 Thread Marko Vuksanovic
When I create a new profiler configuration for speed tracer and pass Xms or Xms (for example -Xmx1024m -Xms256m) and run a profile a GWT application it is always run with -Xmx512m param only. I use latest stable version of GPE and eclipse 3.6. Has anyone had similar issues? Here you can see my