A blog which records my journey on researching computer security issues
sysctl -w kernel.shmmax=100000000
Indeed, works well then. Where should you make the change to have it permanent?
Add extra lines to:/etc/sysctl.conf# Enable more Kernel memory for Avast Antiviruskernel.shmmax = 128000000
Post a Comment
2 comments:
Indeed, works well then. Where should you make the change to have it permanent?
Add extra lines to:
/etc/sysctl.conf
# Enable more Kernel memory for Avast Antivirus
kernel.shmmax = 128000000
Post a Comment