Unverified Commit d9ac6c78 authored by kladko's avatar kladko

SKALE-2184 fix memory

parent d196b956
......@@ -4,6 +4,8 @@ set -v
source /opt/intel/sgxsdk/environment
if ! [ -f /root/.rnd ]; then dd if=/dev/random of=/root/.rnd bs=256 count=1 ; fi
cd /usr/src/sdk;
......
Subproject commit a62f3114718ccd5e16ba01d5bf3e89877c41c8f8
Subproject commit 95eaa6f6693cd86c35e10a22b4f8e483373c987c
......@@ -11,6 +11,7 @@ services:
- "/dev/mei0"
volumes:
- ./sgx_data:/usr/src/sdk/sgx_data
- /dev/urandom:/dev/random
logging:
driver: json-file
options:
......
......@@ -8,6 +8,7 @@ services:
- "1028:1028"
volumes:
- ./sgx_data:/usr/src/sdk/sgx_data
- /dev/urandom:/dev/random
logging:
driver: json-file
options:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment