You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###### @ SparkSubmit: sgxLogLevel None
Exception in thread "main" java.io.IOException: Cannot run program "python3": error=12, Cannot allocate memory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at org.apache.spark.deploy.PythonRunner$.main(PythonRunner.scala:97)
at org.apache.spark.deploy.PythonRunner.main(PythonRunner.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52)
at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:981)
at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:180)
at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:203)
at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1069)
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1078)
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
Caused by: java.io.IOException: error=12, Cannot allocate memory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 14 more
[symbolize_elf.inc : 980] RAW: /proc/self/task/2/maps: errno=2
预期结果
预期结果,应该是在开启了EDMM后,自动扩充内存
这里有个问题是
Q1:Java进程是有父进程Fork出来的,子进程是否还能使用EDMM的特性呢?
The text was updated successfully, but these errors were encountered:
Your Question
测试服务器是:Hygon CSV服务器
hyperenclave/hyperencalve-dirver是最新版本的代码
根据官方README ,hyperencalve-driver默认是启动EDMM的,
start_hyperenclave.sh中的feature_mask=0x202
Additional context
Occlum.json的配置,其中
"enable_edmm": true,
预期结果
The text was updated successfully, but these errors were encountered: