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

64bit mode uses ~40mb more memory #3675

Closed
cyberduck opened this issue Sep 7, 2009 · 1 comment
Closed

64bit mode uses ~40mb more memory #3675

cyberduck opened this issue Sep 7, 2009 · 1 comment
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

4b7f068 created the issue

Is there a reason 64bit mode of cyberduck uses so much more memory? It uses around 40mb more memory then the 32bit mode of it.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is expected.

The memory usage of a 64-bit application may be significantly larger than for a 32-bit version of the same application. The difference in usage varies from application to application depending on what percentage of data structures contain data members that are larger in a 64-bit process.

In the Cyberduck package Info.plist, we have a LSArchitecturePriority setting that prefers 32bit mode when launching the application, therefore the Open in 32-bit mode is checked by default in the Finder for launch services. See wiki page.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants