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

Increasing maximum heap space #7

Open
davidjmemmett opened this issue Dec 11, 2024 · 2 comments
Open

Increasing maximum heap space #7

davidjmemmett opened this issue Dec 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@davidjmemmett
Copy link

Hi,

I'm attempting to increase the maximum heap space allocated to the JRE for eclipse; I've copied the eclipse.ini.ignored file from ~/snap/eclipse/111/amd64/configuration/eclipse.ini.ignored to ~/snap/eclipse/111/amd64/configuration/eclipse.ini and modified the -Xmx argument to be 4096m however, this isn't having any effect (obviously after closing and re-opening Eclipse):

$ diff ~/snap/eclipse/111/amd64/configuration/eclipse.ini.ignored ~/snap/eclipse/111/amd64/configuration/eclipse.ini
26c26
< -Xmx2048m
---
> -Xmx4096m
$ ps aux|grep eclipse
...
 -Xms256m -Xmx2048m
...

Cheers,
David

@Mailaender Mailaender added the bug Something isn't working label Dec 11, 2024
@Mailaender
Copy link
Contributor

#2 is actually similar. The underlying issue is that editing eclipse.ini is not intuitive. Try copying it to ~/snap/eclipse/eclipse.ini instead.

@davidjmemmett
Copy link
Author

Thank you for the quick reply, copying to ~/snap/eclipse/eclipse.ini had no effect either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants