Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/org/jruby/runtime/Constants.java
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ public final class Constants {
/**
* The max size of JIT-compiled methods (full class size) allowed.
*/
public static final int JIT_MAX_SIZE_LIMIT = 30000;
public static final int JIT_MAX_SIZE_LIMIT = 2000;

/**
* The JIT threshold to the specified method invocation count.

0 comments on commit f0a9ce8

Please sign in to comment.