Christian Carnero
Results
2
comments of
Christian Carnero
Hi @doraemon96 Run this command: `sudo swapoff /tmp/swapfile` . This will disable the swapfile, now you can delete it with `rm -f /tmp/swapfile` Then, delete the entry in `/etc/fstab` for...
Hi @pmuens, thanks for your time, remember I mention [we are using the approach of using a serverless .js file](https://github.com/pavelvlasov/serverless-js-config-example) instead of a .yml ``` module.exports = { "service": "candidateGetPRofile",...