You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HACKING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Enter the container shell and run services:
29
29
docker-compose -f docker-compose.dev.yml exec -it dev bash
30
30
```
31
31
32
+
you may need to run `vm.overcommit_memory = 1` in host machine
33
+
32
34
### GPG Key
33
35
34
36
You need to have a pair of GPG key in your GPG store. If you don't have one, please create it with `gpg --generate-key`. When generating GPG key for irgsh infrastructure, please do not set any passphrase. Check it by running `gpg --list-key`
0 commit comments