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

Follow improvements #810

Merged
merged 3 commits into from
Jun 16, 2014

Conversation

arthurbenemann
Copy link
Member

Re-basing pull #808, because there where some compile problems introduced by #802

arthurbenemann added a commit that referenced this pull request Jun 16, 2014
@arthurbenemann arthurbenemann merged commit 5d89fdc into DroidPlanner:master Jun 16, 2014
@arthurbenemann arthurbenemann deleted the FollowImprovements branch June 16, 2014 19:05
@m4gr3d
Copy link
Member

m4gr3d commented Jun 16, 2014

@arthutbenemann what are the compile issues you're experiencing?

@arthurbenemann
Copy link
Member Author

@ne0fhyk Eclipse crashed when trying to build. I discovered that the problem happened by the merge of this branch. Working on it right now.

@arthurbenemann
Copy link
Member Author

I discovered the reason of eclipse crashing when trying to compile this PR, it just ran out of memory.

The ADT bundle downloadable via Google website don't have the problem, but if you just install the plugin on a default eclipse installation on ubuntu ('apt-get install eclipse) eclipse will crash. All this because the default memory allocation values on ubuntu repo for eclipse are too low.

Editing the eclipse.ini file, or running eclipse via the command line, with the arguments -vmargs -Xms256m -Xmx1024m fixes the issue.

I'm going to merge this changes in a new PR.

@arthurbenemann arthurbenemann mentioned this pull request Jun 18, 2014
@arthurbenemann
Copy link
Member Author

Merged at #813.

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

Successfully merging this pull request may close these issues.

2 participants