How to add MORE MEMORY to Ubuntu Web Server #shorts #magento #webserver #magento2
It is possible to increase your servers’ memory by an extra 4GB using “swap file”. It’s a great solution when you’re in a pinch, but you don’t want to upgrade your web server.
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
► Forum: https://digitalstartup.co.uk
► Personal CoWorking Streams: https://www.twitch.tv/imonters
Access to perks: https://www.youtube.com/channel/UCacwUJ5gxGgBXkqea0j122A/join
POPULAR PLAYLISTS
► Magento 2 Tutorials for Beginners: https://www.youtube.com/watch?v=gQ1-dPL2Ipg&list=PLQQUd8xe2EWU0k2TU0V_PSEiDpCzuF_OW
► Magento 2 Quick Tips: https://www.youtube.com/watch?v=Z6lF-o6CJBE&list=PLQQUd8xe2EWXMygZQ3CFFpldiQkMHoE0P
► Let’s Build a Magento 2 Store (Series 1): https://www.youtube.com/watch?v=nBNIqO4OLhA&list=PLQQUd8xe2EWXXPvDPiMqdgX8OtXPUd-Ze
► Let’s Build a Magento 2 Store (Series 2): https://www.youtube.com/watch?v=GcbkGjQ0MCk&list=PLQQUd8xe2EWXrgqZwdYhaB0dgmV03gUBc
MAGENTO 2 SPECIAL OFFERS
► 20% off Managed Hosting (Cloudways): http://bit.ly/2zebt76 (Promo: DS20)
► Free Credit on Unmanaged Hosting (DigitalOcean): https://m.do.co/c/f1ee8c8dd77a
► Up to 30% off Extensions: https://digitalstartup.co.uk/save
#magento #webserver #shorts
by Digital Startup
linux web server