Skip to content

Commit a42ef32

Browse files
committedMar 1, 2018
Permgen does not exist on Java 8+. [skip ci]
1 parent 8756e07 commit a42ef32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎rakelib/rspec.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ namespace :spec do
2222
compile_flags = {
2323
:default => :int,
2424
:int => ["-X-C"],
25-
:jit => ["-Xjit.threshold=0", "-J-XX:MaxPermSize=256M"],
26-
:aot => ["-X+C", "-J-XX:MaxPermSize=256M"],
25+
:jit => ["-Xjit.threshold=0"],
26+
:aot => ["-X+C"],
2727
:all => [:int, :jit, :aot]
2828
}
2929

0 commit comments

Comments
 (0)
Please sign in to comment.