Skip to content

Commit

Permalink
remove dummy config modified
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed Feb 25, 2021
1 parent a8541a8 commit 432cedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ object RapidsConf {

// Resource Configuration

val PINNED_POOL_SIZE = conf("spark.rapids.memory.pinnedPool.size-DUMMY_MODIFIED")
val PINNED_POOL_SIZE = conf("spark.rapids.memory.pinnedPool.size")
.doc("The size of the pinned memory pool in bytes unless otherwise specified. " +
"Use 0 to disable the pool.")
.bytesConf(ByteUnit.BYTE)
Expand Down

0 comments on commit 432cedf

Please sign in to comment.