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

[Quartz Configuration] The size of org.quartz.threadPool.threadCount is a bit large #15

Open
xielong opened this issue Jun 25, 2013 · 0 comments

Comments

@xielong
Copy link
Contributor

xielong commented Jun 25, 2013

The default value of MaxPermSize of JVM Option is about 82M. if the concurrent is big enough, average size of PermSize per query will less than 82 / 30 = 2.7M, which easily lead to the permgen space out of memory.

http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

-XX:MaxPermSize=64m Size of the Permanent Generation. [5.0 and newer: 64 bit VMs are scaled 30% larger; 1.4 amd64: 96m; 1.3.1 -client: 32m.]

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

No branches or pull requests

1 participant