Star Citizen Alpha 3.12.1: LUG Clearing Claim Jumpers

3 years ago
50

=======================================================
Music
=======================================================

Mango by Smith The Mister https://smiththemister.bandcamp.com
Smith The Mister https://bit.ly/Smith-The-Mister-YT
Free Download / Stream: https://bit.ly/mango-smith-the-mister
Music promoted by Audio Library https://youtu.be/Zn4SeyT3oME
––––––––––––––––––––––––––––––

🎵 Track Info:

Title: Mango by Smith The Mister
Genre and Mood: Alternative & Punk + Bright

———

🎧 Available on:

Spotify: https://spoti.fi/2FIeX4V
iTunes: https://apple.co/305EA9t
Deezer: https://deezer.com/us/album/64408662
Bandcamp: https://smiththemister.bandcamp.com/t...
Google Play: http://bit.ly/2GgLjEq

———

😊 Contact the Artist:

smiththemister@gmail.com
https://smiththemister.bandcamp.com
https://soundcloud.com/smiththemister
https://open.spotify.com/artist/3lklK...
https://music.apple.com/us/artist/smi...
https://youtube.com/channel/UCQ5zugE_...
https://deezer.com/us/artist/14163883
https://instagram.com/smiththemister

———

=======================================================
System Specs
=======================================================
Host Distro: elementary OS 5.1.7 Hera
Kernel: 5.7.8-acso
RAM:64 GB GPU Driver:
Mesa 20.3
Vulkan Instance Version 1.1.70
GPU:AMD Radeon VII
CPU: AMD Ryzen 9 3950X @ 4.7GHz
Capture Software: OBS

Screencast Source: https://github.com/artemanufrij/screencast
Game Play Resolution: 3840x2160 Very High
Capture Resolution: 3840x2160

=======================================================
Full PC System Build Details
=======================================================
https://builds.gg/builds/scar-2-0-23547
=======================================================
NOTE:
This is NOT a gaming only PC, it is first and foremost
a compute workstation.
You can play Star Citizen
on any quad-core, 16GB RAM system,
with an AMD R9 390/RX 580 or Nvidia GTX 1070
=======================================================

=======================================================
Get Star Citizen
=======================================================
CIG Site: https://robertsspaceindustries.com/ Use the following referral code when purchasing a Star Citizen game package to get 5,000 UEC to spend in Voyager Direct: REFERRAL CODE: STAR-FTJK-QRC5
======================================================

=======================================================
Join Star Citizen Linux Users Group
=======================================================
https://robertsspaceindustries.com/or...
For more advice and information on playing Star Citizen in Linux
=======================================================

=======================================================
Get Lutris
========================================================
Lutris Site: https://lutris.net/
========================================================

=======================================================
System Configuration
=======================================================
Increase the sysctl option vm.max_map_count to prevent
crashes due to memory allocation limits in areas with
lots of geometry: Note that I am running at 4K so my setting of 2100000000 will be overkill for anyone running 1440p or 1080p
========================================================
sudo nano /etc/sysctl.conf
enter the sysctl option vm.max_map_count

vm.max_map_count = 2100000000

sudo nano /etc/sysctl.d/20-max_map_count.conf
enter the sysctl option vm.max_map_count to prevent crashes due to memory allocation limits in areas with lots of geometry
vm.max_map_count = 2100000000

sudo nano /etc/systemd/system.conf
delete # from the line "DefaultLimitNOFILE" and set value to
DefaultLimitNOFILE=2100000000

sudo nano /etc/systemd/user.conf
delete # from the line "DefaultLimitNOFILE" and set value to
DefaultLimitNOFILE=2100000000

If the virtual memory set is not enough you can temporarily increase this value by entering in a terminal the command
sudo sysctl -w vm.max_map_count=2100000000

Output: vm.max_map_count = 2100000000
more /etc/systemd/system.conf | grep NOFILE
========================================================

Loading comments...