This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting the "X-EventQL-Namespace" header will specify the database for which the operation should | |
be executed. | |
For example if you want to use the database "test", set this header: | |
curl ... -H "X-EventQL-Namespace: test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sysctl -w vm.min_free_kbytes=16000 | |
sysctl -w vm.overcommit_memory=2 | |
sysctl -w vm.overcommit_ratio=100 | |
sysctl -w vm.panic_on_oom=1 | |
sysctl -w kernel.panic_on_oops=1 | |
sysctl -w kernel.panic=10 |
OlderNewer