Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
c77bac8e
Unverified
Commit
c77bac8e
authored
Dec 06, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ehnahncement/SKALE-3364-check-server-limits-before-running-sgxwallet
parent
f45fb5d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
admin-guide.md
docs/admin-guide.md
+1
-0
run-in-hardware-mode.md
docs/run-in-hardware-mode.md
+21
-0
No files found.
docs/admin-guide.md
View file @
c77bac8e
...
...
@@ -5,6 +5,7 @@
-
[
Verify that your hardware and software can run SGX
](
prerequisites.md
)
-
[
Enable SGX
](
enabling-sgx.md
)
-
[
Start, stop and upgrade sgxwallet
](
run-in-hardware-mode.md
)
-
[
Increase max process limit
](
run-in-hardware-mode.md#increase-max-process-limit
)
-
[
Docker Compose configuration
](
run-in-hardware-mode.md#docker-compose-configuration
)
-
[
Run sgxwallet in secure mode
](
run-in-hardware-mode.md#run-sgxwallet-in-secure-mode
)
-
[
Start, stop and upgrade sgxwallet containers
](
run-in-hardware-mode.md#start-stop-and-upgrade-sgxwallet-containers
)
...
...
docs/run-in-hardware-mode.md
View file @
c77bac8e
...
...
@@ -2,11 +2,32 @@
# Run in hardware secure mode
-
[
Increase max process limit
](
#increase-max-process-limit
)
-
[
Docker Compose configuration
](
#docker-compose-configuration
)
-
[
Run sgxwallet in secure mode
](
#run-sgxwallet-in-secure-mode
)
-
[
Start, stop and upgrade sgxwallet containers
](
#start-stop-and-upgrade-sgxwallet-containers
)
-
[
Logging
](
#logging
)
## Increase max process limit
sgxwallet requires setting Linux ulimit to at least 65535.
To display you current limit, run
```
ulimit -n
```
If you current ulimit is less than 65535, please set it to 65535 by editing /etc/systemd/system.conf
and setting
```
DefaultLimitNOFILE=65535
```
Then reboot and check ulimit again.
## Docker Compose configuration
Install docker-compose:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment