Skip to content

Commit

Permalink
add sgx log level option
Browse files Browse the repository at this point in the history
  • Loading branch information
glorysdj committed Dec 2, 2021
1 parent d9e4a08 commit c0c862c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ object ResourceProfile extends Logging {
val sgxLogLevel = conf.get(SGX_JVM_LOG_LEVEL)
defaultProfileExecutorResources =
Some(DefaultProfileExecutorResources(cores, memory, offheapMem, pysparkMem,
overheadMem, customResources, sgxEnabled, sgxMem, sgxJvmMem, sgxJvmMem))
overheadMem, customResources, sgxEnabled, sgxMem, sgxJvmMem, sgxLogLevel))
ereqs.requests
}

Expand Down

0 comments on commit c0c862c

Please sign in to comment.