I hereby claim:
- I am afilbert on github.
- I am afilbert (https://keybase.io/afilbert) on keybase.
- I have a public key ASD-Ku8QnEC2IV8LfkdUqs3tWBNjxcyv4f6-xQX0CvRYTgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "appointment": "2018-02-06T16:00:00Z", | |
| "returning": true | |
| } |
| #!/bin/bash | |
| # Output lines suitable for sysctl configuration based | |
| # on total amount of RAM on the system. The output | |
| # will allow up to 50% of physical memory to be allocated | |
| # into shared memory. | |
| # On Linux, you can use it as follows (as root): | |
| # | |
| # ./shmsetup >> /etc/sysctl.conf |