multi_pthread.manifest.template 530 B

123456789101112131415
  1. loader.preload = file:../../src/libsysdb.so
  2. loader.env.LD_LIBRARY_PATH = /lib
  3. loader.debug_type = none
  4. loader.syscall_symbol = syscalldb
  5. fs.mount.lib.type = chroot
  6. fs.mount.lib.path = /lib
  7. fs.mount.lib.uri = file:../../../../Runtime
  8. sgx.trusted_files.ld = file:../../../../Runtime/ld-linux-x86-64.so.2
  9. sgx.trusted_files.libc = file:../../../../Runtime/libc.so.6
  10. sgx.trusted_files.libpthread = file:../../../../Runtime/libpthread.so.0
  11. # app runs with 4 parallel threads + Graphene has couple internal threads
  12. sgx.thread_num = 8