File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN apt-get update && apt-get install -y \
6868 vim \
6969 zlib1g-dev \
7070 # use same Go version as ertgo
71- && wget -qO- https://go.dev/dl/go1.25.6 .linux-amd64.tar.gz | tar -C /usr/local -xz
71+ && wget -qO- https://go.dev/dl/go1.26.1 .linux-amd64.tar.gz | tar -C /usr/local -xz
7272COPY --from=build /opt/edgelessrt /opt/edgelessrt
7373ENV PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/edgelessrt/share/pkgconfig
7474ENV CMAKE_PREFIX_PATH=/opt/edgelessrt/lib/openenclave/cmake
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ OE_SET_ENCLAVE_SGX(
3232 1 , /* ProductID */
3333 1 , /* SecurityVersion */
3434 true , /* Debug */
35- 4096 , /* NumHeapPages */
35+ 8192 , /* NumHeapPages */
3636 64 , /* NumStackPages */
3737 16 ); /* NumTCS */
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ OE_SET_ENCLAVE_SGX(
2020 1 , /* ProductID */
2121 1 , /* SecurityVersion */
2222 true , /* Debug */
23- 4096 , /* NumHeapPages */
23+ 8192 , /* NumHeapPages */
2424 64 , /* NumStackPages */
2525 16 ); /* NumTCS */
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ OE_SET_ENCLAVE_SGX(
1717 1234 , /* ProductID */
1818 2 , /* SecurityVersion */
1919 true , /* Debug */
20- 4096 , /* NumHeapPages */
20+ 8192 , /* NumHeapPages */
2121 64 , /* NumStackPages */
2222 16 ); /* NumTCS */
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ OE_SET_ENCLAVE_SGX(
1717 1 , /* ProductID */
1818 1 , /* SecurityVersion */
1919 true , /* Debug */
20- 4096 , /* NumHeapPages */
20+ 8192 , /* NumHeapPages */
2121 64 , /* NumStackPages */
2222 16 ); /* NumTCS */
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ OE_SET_ENCLAVE_SGX(
1212 1 , /* ProductID */
1313 1 , /* SecurityVersion */
1414 true, /* Debug */
15- 4096 , /* NumHeapPages */
15+ 8192 , /* NumHeapPages */
1616 64 , /* NumStackPages */
1717 16 ); /* NumTCS */
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ OE_SET_ENCLAVE_SGX(
2828 1 , /* ProductID */
2929 1 , /* SecurityVersion */
3030 true , /* Debug */
31- 4096 , /* NumHeapPages */
31+ 8192 , /* NumHeapPages */
3232 64 , /* NumStackPages */
3333 16 ); /* NumTCS */
You can’t perform that action at this time.
0 commit comments