Skip to content

Commit

Permalink
Merge pull request ibmruntimes#82 from fengxue-IS/plinux-skynet
Browse files Browse the repository at this point in the history
Update stack increment option in Skynet test
  • Loading branch information
pshipton committed Nov 30, 2023
2 parents 48ee8bc + 3093dbe commit ffd6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/lang/Thread/virtual/stress/Skynet.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @summary Stress test virtual threads with a variation of the Skynet 1M benchmark
* @requires vm.continuations
* @requires !vm.debug | vm.gc != "Z"
* @run main/othervm/timeout=300 -Xmx1g -Xnocompressedrefs Skynet
* @run main/othervm/timeout=300 -Xmx1g -Xssi2K -Xnocompressedrefs Skynet
*/

/*
Expand Down

0 comments on commit ffd6c76

Please sign in to comment.