Star Citizen Alpha 3.12a: How I Made My First Million aUEC

Enjoyed this video? Join my Locals community for exclusive content at starcitizendiaries.locals.com!
3 years ago
78

=======================================================
Music
=======================================================
––––––––––––––––––––––––––––––
Jorg by A Himitsu https://soundcloud.com/a-himitsu
Music by A Himitsu (https://youtube.com/channel/UCgFwu-j5...)
Free Download / Stream: https://bit.ly/a-himitsu-jorg
Music promoted by Audio Library https://youtu.be/4PDRDdV85z4
––––––––––––––––––––––––––––––

🎵 Track Info:

Title: Jorg by A Himitsu
Genre and Mood: Dance & Electronic + Dark

———

🎧 Available on:

Spotify: https://open.spotify.com/album/0Vs47R...
iTunes: https://music.apple.com/us/album/remi...
Deezer: https://deezer.com/es/album/13461987
YouTube: https://youtube.com/watch?v=U7oEZRwmm6E
SoundCloud: https://soundcloud.com/a-himitsu/jorg
Google Play: https://bit.ly/GooglePlay-Reminisce
Bandcamp: https://ahimitsu.bandcamp.com/album/r...

———

😊 Contact the Artist:

x.jonaz@gmail.com
https://ahimitsu.bandcamp.com
https://soundcloud.com/a-himitsu
https://bit.ly/GooglePlay-A-Himitsu
https://deezer.com/es/artist/7610366
https://itunes.apple.com/us/artist/a-...
https://youtube.com/channel/UCgFwu-j5...
https://open.spotify.com/artist/2OWBv...
https://jonaserixon.github.io/ahimitsu
https://instagram.com/a_himitsu
https://facebook.com/ahimitsu
https://twitter.com/ahimitsu1

———

=======================================================
System Specs
=======================================================
Host Distro: elementary OS 5.1.7 Hera
Kernel: 5.9.
RAM:64 GB
GPU Driver: Mesa 20.0.0
GPU:AMD Radeon VII
CPU: AMD Ryzen 9 3950X @ 4.7GHz
Capture Card: Blackmagic Design DeckLink Quad HDMI Recorder PCIe Card
Capture Software: OBS 26.1.0
Game Play Resolution: 4K Very High
Capture Resolution: 1800p
Upload Resolution: 1080p

=======================================================
Get Star Citizen
=======================================================
O.

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/orgs/LUG

Discord: https://discord.gg/meCFYPj

For more advice and information on playing Star Citizen in Linux

=======================================================
Get Lutris
=======================================================

Lutris Site:
https://lutris.net/
=======================================================
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...