After installation SQL Server on Linux si Memory for SQL Server set on 80% of the total physical memory, by default. This command is usefull for all Linux Distribution, such as Ubuntu, RHEL and SUSE. Let's get start:
My Linux Machine is running on VirtualBox, RAM Memory is set to 10240 MB.
So, It means that SQL Server can use only 8192 MB, we will adjust the limit and add 1024 MB more for memory.
"First of all, you have to connect as root user on your Linux machine!"
If you switch to root user, we are ready to modify limit of memory, run following command:
Right now we can provide restart of SQL Server service by following command:
Comments