Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #92 from pshipton/skynet
Browse files Browse the repository at this point in the history
(0.37) Increase default heap size for Skynet to 768MB
  • Loading branch information
JasonFengJ9 authored Apr 11, 2023
2 parents f3c7acc + d351913 commit a95c00a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/jdk/java/lang/Thread/virtual/stress/Skynet.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

/*
* ===========================================================================
* (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved
* ===========================================================================
*/
/**
* @test
* @summary Stress test virtual threads with a variation of the Skynet 1M benchmark
* @requires vm.continuations
* @compile --enable-preview -source ${jdk.version} Skynet.java
* @run main/othervm/timeout=300 --enable-preview Skynet
* @run main/othervm/timeout=300 --enable-preview -Xmx768m Skynet
*/

/**
Expand Down

0 comments on commit a95c00a

Please sign in to comment.