Hi Josh,
It seems like hitting the problem during discovery in ScalaTest, normally
it is due to PermGen memory size, am curious what is -XX:MaxPermSize
setting in your VM arguments for the specific run configuration?
Chee Seng
On Saturday, 29 September 2012 02:28:57 UTC+8, Josh Marcus wrote:
> Hey folks,
> I'm wondering if anyone can give me some advice with the Scalatest IDE
> plugin.
> Whenever I try and run a "package" ScalaTest configuration, I get an
> OutOfMemoryError, e.g.:
> WARNING: -p has been deprecated and will be reused for a different (but
>> still very cool) purpose in ScalaTest 2.0. Please change all uses of -p to
>> -R.
>> DEBUG: Discovery Starting
>> Exception in thread "main"
>> Exception: java.lang.OutOfMemoryError thrown from the
>> UncaughtExceptionHandler in thread "main"
> I've tried a variety of memory settings in eclipse.ini and in VM arguments
> for the specific run configuration, but nothing seems to help. I can run
> File scope ScalaTest run configurations successfully. I've tried it with a
> few varieties of 2.1M2, including the Typesafe packaged installation of
> Eclipse, currently the 2.9.x flavor.
> Any advice here?
> --j