Skip to content

Commit

Permalink
pushed the package version to 7.2.6 and enabled debugging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maybites committed Nov 11, 2020
1 parent edd9663 commit e8a6870
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions java-classes/max.java.config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

; The file format is relatively fragile so pay attention ;
; when editing this file !! ;

; some example options one may use ;

; add all jars in /Users/topher/java/lib to the system classpath i.e. immutable classpath ;
Expand All @@ -42,8 +42,8 @@

; specify some jvm options ;
max.jvm.option -Xincgc
max.jvm.option -Xms64m
max.jvm.option -Xmx256m
max.jvm.option -Xms256m
max.jvm.option -Xmx1g

; uncomment these options(i.e. remove surrounding semi colons ;
; to cause the JVM to be created ;
Expand All @@ -52,10 +52,10 @@ max.jvm.option -Xmx256m
; your mxj code using JDB or some other debugger which supports ;
; the JDI wire protocol ;

; max.jvm.option -Xdebug ;
; max.jvm.option -Xnoagent ;
; max.jvm.option -Xrunjdwp:transport=dt_socket\,address=8074\,server=y\,suspend=n ;
; max.jvm.option -XX:-UseSharedSpaces ;
max.jvm.option -Xdebug ;
max.jvm.option -Xnoagent ;
max.jvm.option -Xrunjdwp:transport=dt_socket\,address=8074\,server=y\,suspend=n ;
max.jvm.option -XX:-UseSharedSpaces ;

; 1 = compatible mode (default in 64bit) ;
; 2 = hi performance mode (default in 32bit) ;
Expand Down
4 changes: 2 additions & 2 deletions package-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"extensible" : 0,
"homepatcher" : "",
"max_version_max" : "none",
"max_version_min" : "7.2.5",
"max_version_min" : "7.2.6",
"name" : "max-mxj",
"os" : {
"macintosh" : {
Expand All @@ -27,6 +27,6 @@
}
,
"tags" : [ "java" ],
"version" : "7.2.5",
"version" : "7.2.6",
"website" : "http://www.cycling74.com"
}

0 comments on commit e8a6870

Please sign in to comment.