Skip to content

Commit 9f28610

Browse files
committed
EXPERIMENT: reduce number of enclave instances to 1
WAMR 2.4.1 changes the way memory sharing occurs between instances of the interpreter running in different threads. The current integration does not address this issue so reducing the number of threads to 1 until the threading issue can be resolved. Signed-off-by: Mic Bowman <[email protected]>
1 parent a9d0331 commit 9f28610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/template/eservice.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ BaseName = "${identity}"
7979
[EnclaveModule]
8080

8181
# Number of available enclave workers to service requests
82-
NumberOfEnclaves = '2'
82+
NumberOfEnclaves = '1'
8383

8484
# ias_url is the URL of the Intel Attestation Service (IAS) server. The
8585
# example server is for debug enclaves only,

0 commit comments

Comments
 (0)