Allocate swap memory to Ec2 linux instance or any other linux machine

Hi, Today we are going to learn how to allocate swap memory to any linux instance. This particularly comes handy for Amazon Linux Ec2 instances as at the time of launch, Ec2 instances do not have swap memory attached to them and we need to attach it manually. But first, we need to know some […]

Allocate swap memory to Ec2 linux instance or any other linux machine Read More »

How to solve JavaScript heap out of memory in angular or ionic build –prod

Lately, I was facing JavaScript heap out of memory issue whenever I tried to make Ionic 3 production build. After some googling, I found out that I am not the only one facing this issue. See this thread. Cause of JavaScript heap out of memory error Ionic 3 is based on angular, and it uses

How to solve JavaScript heap out of memory in angular or ionic build –prod Read More »

Install cuDNN and CUDA in Ubuntu 18.04

How to Install CUDA and cuDNN on Ubuntu Linux

I recently purchased Zotac GeForce GTX 1050 Ti OC Edition and wanted to use graphics card for machine learning purposes. For this , NVIDIA provides a development environment known as CUDA. Installations of CUDA toolkit along with cuDNN can become very tiring because of all the dependencies involved. This is the step by step tutorial

How to Install CUDA and cuDNN on Ubuntu Linux Read More »