Ubuntu Cassandra 3 “Unable to Lock JVM Memory (ENOMEM)” Troubleshooting Easy Guide

March 3, 2016 | By the+gnu+linux+evangelist.

Linux Ubuntu Solving Cassandra 4 “Unable to lock JVM memory (ENOMEM)”




The Linux Ubuntu Tip Try to Solve Cassandra 4 “Unable to lock JVM memory (ENOMEM)” Issue for Ubuntu GNU/Linux.

Here Below you find detailed Step-by-Step Instructions on How to Solve Cassandra 4 “Unable to lock JVM memory (ENOMEM)”.

Linux Ubuntu Cassandra 4

    How to Install Google-Chrome Web Browser on Ubuntu Linux:
    SetUp Chrome on Ubuntu.

  1. Open a Command Line Terminal Window
    Ctrl+Alt+t

    Linux Ubuntu Cassandra 4

    In case first see: Terminal QuickStart Guide.

  2. How Install uTorrent BitTorrent Client on Ubuntu:

    Setup uTorrent Ubuntu.

  3. Edit the limits.conf File.

    sudo nano /etc/security/limits.conf

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Append:

    * hard memlock unlimited
    * soft memlock unlimited
    * - nofile 100000
    * - nproc 32768
    * - as unlimited
    

    Ctrl+x to Save & Exit from nano editor ;)

  4. How to Install Skype on Ubuntu: SetUp Skype on Ubuntu.

  5. Edit the sysctle.conf File.

    sudo nano /etc/sysctl.conf

    Append:

    vm.max_map_count = 131072

    Save & Exit!

  6. Reboot.

    sudo reboot

QuickChic Theme • Powered by WordPress