Search results

  1. BOTOND

    The game always crashes whenever i try to load the solar system even with the lowest settings

    The problem is that when your gpu runs out of dedicated vram, the game requests dedicated vram from vulkan, but there is none available so the game throws an exception. A fix from the devs would be to spill over into shared vram or some kind of texture streaming scheme. I have a 4GB rtx 3050...
  2. BOTOND

    VRAM usage on laptops

    I managed to load the whole solar system with a custom patch that I made (however this is very hacky and the performance isn't great)
  3. BOTOND

    VRAM usage on laptops

    This is most definitely not an issue in the graphics drivers (I am on 2 weeks old drivers, and all other applications make use of the shared memory), but rather an issue with how the game allocates memory in vulkan. My theory is that it first tries to allocate memory from the heap that has the...
  4. BOTOND

    VRAM usage on laptops

    The earth moon system runs on my laptop, but the full solar system doesn't load (even on lowest texture sizes) because my GPU (RTX 3050 4GB) only has 4 GB device local vram, and currently the game just refuses to use shared vram (I have 6GB of it), how far away is a patch to reduce the vram...