Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PermGen OOME #2

Merged
merged 1 commit into from
Jan 14, 2013
Merged

Conversation

mgrzechocinski
Copy link
Contributor

Why I did it?
When running multiple tests with RoboSpecification, perm size increases drastically.
For ~10 specifications it can cause OutOfMemory errors.

How I did it?
Large perm usage was due to creating separated classloader for every
specification. Create RobolectricClassLoader as static field,
initialize it only once reuse it among RoboSpecifications.

*Why I did it?*
When running multiple tests with RoboSpecification,
perm size inreases drastically.

*How I did it?*
Large perm usage was due to creating separated classloader for every
specification. Create RobolectricClassLoader as static field,
initialize it only once reuse it among RoboSpecifications.
wojtekerbetowski pushed a commit that referenced this pull request Jan 14, 2013
Fix PermGen OOME (shoult still fix encapsulation)
@wojtekerbetowski wojtekerbetowski merged commit 816c8aa into robospock:master Jan 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants