Skip to content

Commit

Permalink
build.sc: reduce the default memory usage to 20G (OpenXiangShan#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Sep 25, 2023
1 parent 6c4f22d commit b44ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ trait CommonXiangShan extends XSModule with SbtModule { m =>

override def millSourcePath = os.pwd

override def forkArgs = Seq("-Xmx64G", "-Xss256m")
override def forkArgs = Seq("-Xmx20G", "-Xss256m")

override def ivyDeps = super.ivyDeps() ++ Seq(ivys.chiseltest)

Expand Down

0 comments on commit b44ec37

Please sign in to comment.