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

JVM and JDK settings #76

Open
jeusdi opened this issue Oct 16, 2015 · 1 comment
Open

JVM and JDK settings #76

jeusdi opened this issue Oct 16, 2015 · 1 comment

Comments

@jeusdi
Copy link

jeusdi commented Oct 16, 2015

I'm using querydsl. It compiles new classes at runtime in order to project some result classes.
So, I'm testing my tests using cdi-runner, and when I perform the next sentence:

List<String> newKeys = from(lqmv, fua.getMetainfos()).list(lqmv.key);

It lasts 2 or 3 seconds. When I perform it in a container, it's almost snappy.

I've look on where's the problem. I guess about JDK & JVM cdi-runner settings. Could it be possible?

@ikysil
Copy link
Collaborator

ikysil commented May 9, 2020

Dear @jeusdi ,

Could you please create a repository with the test code reproducing the issue?

Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants