File tree Expand file tree Collapse file tree
src/main/java/org/reaktivity/ry/start/internal/command Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >org.reaktivity</groupId >
88 <artifactId >ry-start</artifactId >
9- <version >0.5 </version >
9+ <version >0.6 </version >
1010 <name >Reaktivity Start Command</name >
1111 <description >Reaktivity Start Command</description >
1212 <url >https://github.com/reaktivity/ry-start.java</url >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public final class RyStartCommand extends RyCommand
4747 public URI configURI = Paths .get ("ry.json" ).toUri ();
4848
4949 @ Option (name = "-w" , description = "workers" )
50- public int workers = 1 ;
50+ public int workers = Runtime . getRuntime (). availableProcessors () ;
5151
5252 @ Option (name = "-p" , description = "properties" )
5353 public String properties = "ry.props" ;
You can’t perform that action at this time.
0 commit comments