Skip to content

Commit

Permalink
fix unit tests (oap-project#767)
Browse files Browse the repository at this point in the history
increase off-heap memory for SHJ tests

Signed-off-by: Yuan Zhou yuan.zhou@intel.com
  • Loading branch information
zhouyuan authored Mar 11, 2022
1 parent 45c5362 commit 317c6a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import java.nio.file.Files

class PartitioningSuite extends QueryTest with SharedSparkSession {

private val MAX_DIRECT_MEMORY = "5000m"
private val MAX_DIRECT_MEMORY = "10000m"
private var runner: TPCRunner = _

private var lPath: String = _
Expand Down

0 comments on commit 317c6a4

Please sign in to comment.