Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pieter Koopman
Personal Prof public repository
Commits
4b0f9a4f
Commit
4b0f9a4f
authored
Dec 10, 2020
by
Markus Klinik
Browse files
README
parent
f6d997d2
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
4b0f9a4f
...
@@ -27,8 +27,7 @@ $ cd src
...
@@ -27,8 +27,7 @@ $ cd src
$ java -Xmx1G -Xss32m -jar lib/rascal-0.15.2-SNAPSHOT.jar Main.rsc <ruleset-name> <absolute-path-to-project-under-test>
$ java -Xmx1G -Xss32m -jar lib/rascal-0.15.2-SNAPSHOT.jar Main.rsc <ruleset-name> <absolute-path-to-project-under-test>
```
```
-
Rascal sometimes needs lots of memory to parse big projects, the official
-
Rascal documentation recommends running java with
`-Xmx1G -Xss32m`
Rascal documentation recommends running java with
`-Xmx1G -Xss32m`
-
You have to run it from inside the directory where
`Main.rsc`
is. This is due
-
You have to run it from inside the directory where
`Main.rsc`
is. This is due
to the way Rascal module loading works.
to the way Rascal module loading works.
-
Rascal needs absolute paths to open files. The path to the project under test
-
Rascal needs absolute paths to open files. The path to the project under test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment