Star Citizen 3.9.1: Invictus Launch was Broken Over MicroTech with an 890Jump

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

=======================================================
Music
=======================================================
0:00 and 38:57
––––––––––––––––––––––––––––––
Feather by Waywell https://soundcloud.com/waywell
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
Free Download / Stream: http://bit.ly/_feather
Music promoted by Audio Library https://youtu.be/HpZfxlGuciI
––––––––––––––––––––––––––––––
🎵 Track Info:
Title: Feather by Waywell
Genre and Mood: Ambient + Calm
———
🎧 Available on:
Spotify: https://open.spotify.com/track/5mTGUu...
iTunes: https://music.apple.com/us/album/feat...
Deezer: https://deezer.com/us/album/44934801
YouTube: https://youtube.com/watch?v=RxwhLPafMGA
SoundCloud: https://soundcloud.com/waywell/feather
Bandcamp: https://waywell.bandcamp.com/track/fe...
———
😊 Contact the Artist:
https://soundcloud.com/waywell
https://waywell.bandcamp.com
https://open.spotify.com/artist/00AJq...
https://youtube.com/channel/UC_xdNvO8...
https://itunes.apple.com/us/artist/wa...
https://instagram.com/hwaywell
https://facebook.com/HWaywell
———
18:02
––––––––––––––––––––––––––––––
Things by LiQWYD & Le Gang https://soundcloud.com/liqwyd
https://soundcloud.com/thisislegang
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/_things
Music promoted by Audio Library https://youtu.be/40e5CNkyRCU
––––––––––––––––––––––––––––––
🎵 Track Info:
Title: Things by LiQWYD & Le Gang
Genre and Mood: Alternative & Punk + Dramatic
———
🎧 Available on:
Spotify: https://open.spotify.com/album/4AV4fn...
iTunes: https://music.apple.com/us/album/thin...
YouTube: https://youtube.com/watch?v=oP2lf5paRv8
SoundCloud: https://soundcloud.com/liqwyd/liqwyd-...
———

=======================================================
System Specs
=======================================================
Host Distro: elementary OS 5.1.4 Hera
Kernel: 5.4.7-acso
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 25.0.8
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, I use if for compute
and algorithmic workloads.
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 2 comments...