-
Notifications
You must be signed in to change notification settings - Fork 443
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
.deb creation is really slow #135
Comments
Yeah. Ideally we wouldn't have to do this if we have Java7 as an option. Patches welcome to fix this. |
Are there plans for how long we should be backwards compatible with java6? |
not really.... |
Could you chmod in batches? On Thursday, January 23, 2014, Josh Suereth notifications@github.com
|
That could definitely help. Again, patches welcome. |
A workaround is know to use
|
.deb creation is really slow with a large static directory of included files. (~42M, ~780 files) jstack reports that all the time is spent waiting for DebianPlugin.chmod to do its thing:
Forking a separate process to chmod each file is probably the root of the performance problem.
The text was updated successfully, but these errors were encountered: