MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

Change user limits #34837

Closed gcormier closed 5 years ago

gcormier commented 5 years ago

I think nowadays it's rare to not have to sudo. User limits should be rewritten to sudo friendly format

cat << EOF | sudo tee -a /etc/security/limits.conf
*               hard    memlock         unlimited
*               soft    memlock         unlimited
*               hard    nofile          65535
*               soft    nofile          65535
EOF

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

vermagit commented 5 years ago

Thanks for this feedback. The documentation has been updated with sudo.