-
Notifications
You must be signed in to change notification settings - Fork 0
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
Errors with set.mm because of setvar? #1
Comments
Configuring the "Other Types" as in the picture, fixed the errors. But when I ctrl+u it , it seems that Eclipse crashes (after a while). I'm trying under Ubuntu. I've already added -Xms256m to eclipse.ini |
Linux warned me that the crash was due to a request for memory, larger than what my VM can provide. It's a 4 GB virtual machine, where mmj2 runs really fast. @tirix If I had to take a wild guess, the Proof Explorer could be the part that slows down the start-up process and runs my machine out of memory: is there an option to try Emetamath, without the Proof Explorer part? Thanks in advance |
Hi Glauco, Thanks for your interest in the plugin!
However I'm surprised to see Eclipse seems to use 2.35 GB.
You might even try bigger numbers, to find out what is the limit! The Proof Explorer works with lazy object creation and will only create the entries if you open them in the view. Commenting it out might not be so easy... |
(copied from metamath/set.mm#966)
I installed the plugin as described in http://emetamath.tirix.org/, but loading the current set.mm produces errors:
It seems that the recent change of "set" to "setvar" (see issue #759 in https://github.com/metamath/set.mm) causes problems.
The text was updated successfully, but these errors were encountered: